Package org.codehaus.activesoap.handler

Default Handler implementations for processing individual SOAP headers or the body using various XML APIs like SAX or XML binding technologies like XMLBeans

See:
          Description

Interface Summary
HandlerLifecycle A lifecycle callback to allow handlers to be aware of when requests complete
Policy Represents a policy which can be attached to the SOAP stack for processing requests such as WS-Addressing, WS-Security etc.
 

Class Summary
DefaultHandlerRegistry Provides a registry of handlers indexed by specific QName instances as well as providing a default handler which is used for processing SOAP body elements (or REST root elements) if no QName could be matched.
EchoHandler Echos the block of XML straight to the output such as for pass-through handlers or forwarding services and routers.
NullHandler A handler which consumes the data but does nothing
ProcedureNotPresentHandler A default body handler to throw a SoapFault when called on an unmatched procedure.
QNameHandler Looks up the correct Handler to use based on the QName of the root element
SAXHandler  
SoapHandler A handler which processes a SOAP envelope using a specific SOAP protocol.
SoapRequestHandler A processor of a single SOAP request which is discarded after it has completed the request.
TransformHandler Pipes the input into some kind of transformer to generate the response
 

Package org.codehaus.activesoap.handler Description

Default Handler implementations for processing individual SOAP headers or the body using various XML APIs like SAX or XML binding technologies like XMLBeans



Copyright © 2004-2007 LogicBlaze, Inc.. All Rights Reserved.