Uses of Class
org.somda.sdc.dpws.soap.interception.RequestResponseObject
-
Packages that use RequestResponseObject Package Description org.somda.sdc.dpws.soap SOAP implementation that is tailored to DPWS.org.somda.sdc.dpws.soap.wseventing.helper WS-Eventing related helpers. -
-
Uses of RequestResponseObject in org.somda.sdc.dpws.soap
Methods in org.somda.sdc.dpws.soap with parameters of type RequestResponseObject Modifier and Type Method Description StringSoapUtil. determineRequestDistinguishedName(RequestResponseObject requestResponseObject)Determines the caller's distinguished name based on the given request-response object. -
Uses of RequestResponseObject in org.somda.sdc.dpws.soap.wseventing.helper
Methods in org.somda.sdc.dpws.soap.wseventing.helper with parameters of type RequestResponseObject Modifier and Type Method Description SoapMessageEventSourceUtil. createInvalidMsg(RequestResponseObject rrObj, String reason)Creates a SOAP fault message with a reason text.<T> TEventSourceUtil. validateRequestBody(RequestResponseObject rrObj, Class<T> expectedType)Validates a request message against a specific type and returns.SourceSubscriptionManagerEventSourceUtil. validateSubscriptionEpr(RequestResponseObject rrObj, Map<String,SourceSubscriptionManager> subscriptions)Inspects a request message to contain a valid subscription manager.
-