Uses of Class
org.somda.sdc.dpws.soap.interception.RequestResponseObject
Packages that use RequestResponseObject
Package
Description
SOAP implementation that is tailored to DPWS.
WS-Eventing related helpers.
-
Uses of RequestResponseObject in org.somda.sdc.dpws.soap
Methods in org.somda.sdc.dpws.soap with parameters of type RequestResponseObjectModifier and TypeMethodDescriptionSoapUtil.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 RequestResponseObjectModifier and TypeMethodDescriptionEventSourceUtil.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.EventSourceUtil.validateSubscriptionEpr(RequestResponseObject rrObj, Map<String, SourceSubscriptionManager> subscriptions) Inspects a request message to contain a valid subscription manager.