Uses of Package
org.codehaus.activesoap.handler

Packages that use org.codehaus.activesoap.handler
org.codehaus.activesoap The core API and classes for the SOAP stack 
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 
org.codehaus.activesoap.handler.stax Handler implementation and related classes for using pure StAX 
org.codehaus.activesoap.handler.xmlbeans Handler implementation and related classes for processing REST and web services using XMLBeans 
org.codehaus.activesoap.handler.xstream Handler implementation and related classes for processing REST and web services using XStream 
org.codehaus.activesoap.policy.addressing   
 

Classes in org.codehaus.activesoap.handler used by org.codehaus.activesoap
Policy
          Represents a policy which can be attached to the SOAP stack for processing requests such as WS-Addressing, WS-Security etc.
 

Classes in org.codehaus.activesoap.handler used by org.codehaus.activesoap.handler
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.
 

Classes in org.codehaus.activesoap.handler used by org.codehaus.activesoap.handler.stax
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.
 

Classes in org.codehaus.activesoap.handler used by org.codehaus.activesoap.handler.xmlbeans
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.
 

Classes in org.codehaus.activesoap.handler used by org.codehaus.activesoap.handler.xstream
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.
 

Classes in org.codehaus.activesoap.handler used by org.codehaus.activesoap.policy.addressing
Policy
          Represents a policy which can be attached to the SOAP stack for processing requests such as WS-Addressing, WS-Security etc.
 



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