|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents the ESP (External Service Protocol) response to an ESP request.
You do not get MILESPResponse objects directly. You get MILESPFaultResponse
or MILESPSuccessResponse interfaces by calling MILESPRequest methods
for creating responses.
Note: MILESPResponse objects are always bound to
the MILESPRequest that created them.
MILESPRequest.createSuccessResponse(),
MILESPRequest.createFaultResponse()| Method Summary | |
void |
send()
Sends the MILESPResponse to Interaction Server using the ESP protocol. |
| Method Detail |
public void send()
throws MILRequestFailedException
MILESPResponse to Interaction Server using the ESP protocol.
MILRequestFailedException - Exception thrown if the request fails.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||