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