Class RequestResponseObject
java.lang.Object
org.somda.sdc.dpws.soap.interception.RequestResponseObject
Object passed to interceptors to provide both a SOAP request and response message.
-
Constructor Summary
ConstructorsConstructorDescriptionRequestResponseObject(SoapMessage request, SoapMessage response, CommunicationContext communicationContext) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
RequestResponseObject
public RequestResponseObject(SoapMessage request, SoapMessage response, CommunicationContext communicationContext)
-
-
Method Details
-
getRequest
-
getResponse
-
getCommunicationContext
-