Class RequestObject
-
- All Implemented Interfaces:
-
org.somda.sdc.dpws.soap.interception.InterceptorCallbackType
public class RequestObject implements InterceptorCallbackTypeObject passed to interceptors to provide a SOAP request message.
-
-
Field Summary
Fields Modifier and Type Field Description public final SoapMessagerequest
-
Constructor Summary
Constructors Constructor Description RequestObject(SoapMessage request)
-
Method Summary
Modifier and Type Method Description SoapMessagegetRequest()-
-
Constructor Detail
-
RequestObject
RequestObject(SoapMessage request)
-
-
Method Detail
-
getRequest
SoapMessage getRequest()
-
-
-
-