Class RequestResponseObject
-
- All Implemented Interfaces:
-
org.somda.sdc.dpws.soap.interception.InterceptorCallbackType
public class RequestResponseObject implements InterceptorCallbackTypeObject passed to interceptors to provide both a SOAP request and response message.
-
-
Field Summary
Fields Modifier and Type Field Description public final SoapMessagerequestpublic final SoapMessageresponsepublic final CommunicationContextcommunicationContext
-
Constructor Summary
Constructors Constructor Description RequestResponseObject(SoapMessage request, SoapMessage response, CommunicationContext communicationContext)
-
Method Summary
Modifier and Type Method Description SoapMessagegetRequest()SoapMessagegetResponse()CommunicationContextgetCommunicationContext()-
-
Constructor Detail
-
RequestResponseObject
RequestResponseObject(SoapMessage request, SoapMessage response, CommunicationContext communicationContext)
-
-
Method Detail
-
getRequest
SoapMessage getRequest()
-
getResponse
SoapMessage getResponse()
-
getCommunicationContext
CommunicationContext getCommunicationContext()
-
-
-
-