Uses of Package
org.codehaus.activesoap

Packages that use org.codehaus.activesoap
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.impl   
org.codehaus.activesoap.policy.addressing   
org.codehaus.activesoap.policy.addressing.handler   
org.codehaus.activesoap.soap SOAP protocol specific contants 
org.codehaus.activesoap.transport   
org.codehaus.activesoap.transport.http HTTP transport for ActiveSOAP 
org.codehaus.activesoap.transport.jms JMS transport for ActiveSOAP 
org.codehaus.activesoap.wsif A WSIF provider for ActiveSOAP 
 

Classes in org.codehaus.activesoap used by org.codehaus.activesoap
Handler
          A pluggable Strategy pattern for processing a fragment of XML which is typically a SOAP body element and its content or a single SOAP header element but can also be used for processing entire REST XML services as well.
HandlerRegistry
          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.
MessageExchange
          Represents the context of the processing of a single message, providing access to the current REST or SOAP service on which the message is invoked and providing access to pre-request properties which can be used to communicate among Handler instances.
RestClient
          Represents a client interface to REST services
RestService
          A pure RESTful service which processes inbound XML using some Handler instances without using the SOAP protocol.
SoapClient
          Represents a SOAP client for invoking web services operations
SoapService
          This class represents a SOAP service which is capable of handling multiple concurrent requests from arbitrary transports.
 

Classes in org.codehaus.activesoap used by org.codehaus.activesoap.handler
Handler
          A pluggable Strategy pattern for processing a fragment of XML which is typically a SOAP body element and its content or a single SOAP header element but can also be used for processing entire REST XML services as well.
HandlerRegistry
          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.
MessageExchange
          Represents the context of the processing of a single message, providing access to the current REST or SOAP service on which the message is invoked and providing access to pre-request properties which can be used to communicate among Handler instances.
SoapFault
          Represents a SOAP fault which occurred while processing the message.
SoapService
          This class represents a SOAP service which is capable of handling multiple concurrent requests from arbitrary transports.
 

Classes in org.codehaus.activesoap used by org.codehaus.activesoap.handler.stax
Handler
          A pluggable Strategy pattern for processing a fragment of XML which is typically a SOAP body element and its content or a single SOAP header element but can also be used for processing entire REST XML services as well.
HandlerRegistry
          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.
MessageExchange
          Represents the context of the processing of a single message, providing access to the current REST or SOAP service on which the message is invoked and providing access to pre-request properties which can be used to communicate among Handler instances.
 

Classes in org.codehaus.activesoap used by org.codehaus.activesoap.handler.xmlbeans
Handler
          A pluggable Strategy pattern for processing a fragment of XML which is typically a SOAP body element and its content or a single SOAP header element but can also be used for processing entire REST XML services as well.
HandlerRegistry
          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.
MessageExchange
          Represents the context of the processing of a single message, providing access to the current REST or SOAP service on which the message is invoked and providing access to pre-request properties which can be used to communicate among Handler instances.
RestClient
          Represents a client interface to REST services
RestService
          A pure RESTful service which processes inbound XML using some Handler instances without using the SOAP protocol.
SoapClient
          Represents a SOAP client for invoking web services operations
SoapService
          This class represents a SOAP service which is capable of handling multiple concurrent requests from arbitrary transports.
 

Classes in org.codehaus.activesoap used by org.codehaus.activesoap.handler.xstream
Handler
          A pluggable Strategy pattern for processing a fragment of XML which is typically a SOAP body element and its content or a single SOAP header element but can also be used for processing entire REST XML services as well.
HandlerRegistry
          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.
MessageExchange
          Represents the context of the processing of a single message, providing access to the current REST or SOAP service on which the message is invoked and providing access to pre-request properties which can be used to communicate among Handler instances.
RestClient
          Represents a client interface to REST services
RestService
          A pure RESTful service which processes inbound XML using some Handler instances without using the SOAP protocol.
SoapClient
          Represents a SOAP client for invoking web services operations
SoapService
          This class represents a SOAP service which is capable of handling multiple concurrent requests from arbitrary transports.
 

Classes in org.codehaus.activesoap used by org.codehaus.activesoap.impl
Handler
          A pluggable Strategy pattern for processing a fragment of XML which is typically a SOAP body element and its content or a single SOAP header element but can also be used for processing entire REST XML services as well.
RestClient
          Represents a client interface to REST services
 

Classes in org.codehaus.activesoap used by org.codehaus.activesoap.policy.addressing
HandlerRegistry
          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.
MessageExchange
          Represents the context of the processing of a single message, providing access to the current REST or SOAP service on which the message is invoked and providing access to pre-request properties which can be used to communicate among Handler instances.
 

Classes in org.codehaus.activesoap used by org.codehaus.activesoap.policy.addressing.handler
Handler
          A pluggable Strategy pattern for processing a fragment of XML which is typically a SOAP body element and its content or a single SOAP header element but can also be used for processing entire REST XML services as well.
MessageExchange
          Represents the context of the processing of a single message, providing access to the current REST or SOAP service on which the message is invoked and providing access to pre-request properties which can be used to communicate among Handler instances.
 

Classes in org.codehaus.activesoap used by org.codehaus.activesoap.soap
SoapFault
          Represents a SOAP fault which occurred while processing the message.
 

Classes in org.codehaus.activesoap used by org.codehaus.activesoap.transport
RestService
          A pure RESTful service which processes inbound XML using some Handler instances without using the SOAP protocol.
 

Classes in org.codehaus.activesoap used by org.codehaus.activesoap.transport.http
RestService
          A pure RESTful service which processes inbound XML using some Handler instances without using the SOAP protocol.
 

Classes in org.codehaus.activesoap used by org.codehaus.activesoap.transport.jms
SoapService
          This class represents a SOAP service which is capable of handling multiple concurrent requests from arbitrary transports.
 

Classes in org.codehaus.activesoap used by org.codehaus.activesoap.wsif
Handler
          A pluggable Strategy pattern for processing a fragment of XML which is typically a SOAP body element and its content or a single SOAP header element but can also be used for processing entire REST XML services as well.
MessageExchange
          Represents the context of the processing of a single message, providing access to the current REST or SOAP service on which the message is invoked and providing access to pre-request properties which can be used to communicate among Handler instances.
RestClient
          Represents a client interface to REST services
RestService
          A pure RESTful service which processes inbound XML using some Handler instances without using the SOAP protocol.
SoapClient
          Represents a SOAP client for invoking web services operations
 



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