Class Summary |
| xp.services.Fault | Contains the error details from a fault that occurred during a method invocation
|
|
| xp.services.ParamsBuilder | A helper class to build xml call params for use with the XMLConnector/XMLService.
|
|
| xp.services.PendingCall | On each call to a Service object a PendingCall object is generated which manages dispatching results recieved from the server via the associated service. Once constructed the caller should assign a responder that will process the invocation results.
|
|
| xp.services.ServiceRequest | A ServiceRequest is a combinationof a Command, Params and a Response.
|
|
| xp.services.XMLService | Provides script access to xml service method calls.
|
|
| xp.services.XMLServiceRequest | A ServiceRequest is a combinationof a Command, Params and a Response.
|
|