Package com.sforce.ws.transport
Class MessageCaptureHandler
- java.lang.Object
-
- com.sforce.ws.transport.MessageCaptureHandler
-
- All Implemented Interfaces:
MessageHandler
public class MessageCaptureHandler extends Object implements MessageHandler
-
-
Constructor Summary
Constructors Constructor Description MessageCaptureHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetRequestString()protected StringgetResponseString()voidhandleRequest(URL endpoint, byte[] request)voidhandleResponse(URL endpoint, byte[] response)
-
-
-
Method Detail
-
handleRequest
public void handleRequest(URL endpoint, byte[] request)
- Specified by:
handleRequestin interfaceMessageHandler- Parameters:
endpoint- endpoint urlrequest- request data
-
handleResponse
public void handleResponse(URL endpoint, byte[] response)
- Specified by:
handleResponsein interfaceMessageHandler- Parameters:
endpoint- endpoint urlresponse- response data
-
getRequestString
protected String getRequestString()
-
getResponseString
protected String getResponseString()
-
-