Package org.somda.sdc.dpws.soap.interception


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