Class RequestResponseObject
- java.lang.Object
-
- org.somda.sdc.dpws.soap.interception.RequestResponseObject
-
public class RequestResponseObject extends Object
Object passed to interceptors to provide both a SOAP request and response message.
-
-
Constructor Summary
Constructors Constructor Description RequestResponseObject(SoapMessage request, SoapMessage response, CommunicationContext communicationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommunicationContextgetCommunicationContext()SoapMessagegetRequest()SoapMessagegetResponse()
-
-
-
Constructor Detail
-
RequestResponseObject
public RequestResponseObject(SoapMessage request, SoapMessage response, CommunicationContext communicationContext)
-
-
Method Detail
-
getRequest
public SoapMessage getRequest()
-
getResponse
public SoapMessage getResponse()
-
getCommunicationContext
public CommunicationContext getCommunicationContext()
-
-