Package com.sforce.ws.transport
Class MessageCaptureHandler
java.lang.Object
com.sforce.ws.transport.MessageCaptureHandler
- All Implemented Interfaces:
MessageHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Stringprotected StringvoidhandleRequest(URL endpoint, byte[] request) voidhandleResponse(URL endpoint, byte[] response)
-
Constructor Details
-
MessageCaptureHandler
public MessageCaptureHandler()
-
-
Method Details
-
handleRequest
- Specified by:
handleRequestin interfaceMessageHandler- Parameters:
endpoint- endpoint urlrequest- request data
-
handleResponse
- Specified by:
handleResponsein interfaceMessageHandler- Parameters:
endpoint- endpoint urlresponse- response data
-
getRequestString
-
getResponseString
-