Field Summary |
public
| allowResolve: Boolean |
| Controls whether this service can bind to undefined operations*
|
|
public
| logEnabled: Boolean |
| Is logging enabled
|
|
Property Summary |
public
| name: String (read, write) |
| Gets the name of this service*
|
|
public
| url: String (read, write) |
| Gets the url this service is bound to*
|
|
Constructor |
public
| XMLService (
url: String, name: String)
|
| Create a new service
|
|
Method Summary |
public
| addOperation (
operation: String
): Void |
| Binds an operation to this service*
|
|
public
| addRequestFilter (
filter: IServiceFilter
): Void |
| Add a request filter*
|
|
public
| addResponseFilter (
filter: IServiceFilter
): Void |
| Add a response filter*
|
|
public
| execute (
operation: String, params: Object
): Object |
| Execute an operation*
|
|
public
| onCallFault (
pendingCall
): Void |
| Callback handler from the PendingCall onFault event*
|
|
public
| onCallResult (
pendingCall
): Void |
| Callback handler from the PendingCall onResult event*
|
|
public
| toString (
): String |
| about info*
|
|
|
The XMLService component lets you access remote methods exposed by a server.
A xml service method may accept parameters and return a result.