| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Object | +--xp.mvc.ServiceResponder
Constructor | |
| public | ServiceResponder ( responder, context: Context, pendingCall) |
| Create a new instance | |
Method Summary | |
| public | onFault ( e ): Void |
| Event handler for the onFault callback from a Service* | |
| public | onResult ( e ): Void |
| Event handler for the onResult callback from a Service* | |
| public | onWSFault ( fault ): Void |
| Event handler for the onFault callback from a WebService* | |
| public | onWSResult ( result ): Void |
| Event handler for the onResult callback from a WebService* | |
|
| Create a new instance | |||||||||
|
|
| Event handler for the onFault callback from a Service* |
|
| Event handler for the onResult callback from a Service* |
|
| Event handler for the onFault callback from a WebService* |
|
| Event handler for the onResult callback from a WebService* |
This call translates between the different types of service responder and the mvc IResponder interface.