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