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 |
| Executes an operation via this service*
|
|
public
| onCallFault (
pendingCall
): Void |
| Callback handler from the PendingCall onFault event*
|
|
public
| onCallResult (
pendingCall
): Void |
| Callback handler from the PendingCall onResult event*
|
|
|