com.genesyslab.omsdk.mil
Interface MILESPResponse

All Known Subinterfaces:
MILESPFaultResponse, MILESPSuccessResponse

public interface MILESPResponse

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.

Since:
7.1.002.00
See Also:
MILESPRequest.createSuccessResponse(), MILESPRequest.createFaultResponse()

Method Summary
 void send()
          Sends the MILESPResponse to Interaction Server using the ESP protocol.
 

Method Detail

send

public void send()
          throws MILRequestFailedException
Sends the MILESPResponse to Interaction Server using the ESP protocol.

Throws:
MILRequestFailedException - Exception thrown if the request fails.