Package org.somda.sdc.dpws.soap.interception
Design of an interceptor chain to process SOAP messages.
See: Description
-
Interface Summary Interface Description NotificationCallback Callback for network bindings to initiate an output-only message exchange. Interceptor Interface to designate interceptors. RequestResponseCallback Callback for network bindings to initiate a input-output message exchange. InterceptorHandler Interface to register or update interceptor objects for message interception chains. -
Enum Summary Enum Description Direction Defines a communication direction. -
Class Summary Class Description RequestObject Object passed to interceptors to provide a SOAP request message. NotificationObject Object passed to interceptor to provide a SOAP notification message. InterceptorException Exception that comes up during SOAP message interceptor processing. RequestResponseObject Object passed to interceptors to provide both a SOAP request and response message. ServerDispatcher Interceptor dispatcher designed for incoming messages on servers. ClientDispatcher Interceptor dispatcher designed for outgoing calls on clients. InterceptorRegistry Registry to store and access a set of interceptor objects. -
Annotation Summary Annotation Description MessageInterceptor Annotation to define if a method of an object is called back by an interceptor processor.