Uses of Class
org.codehaus.activesoap.SoapService

Packages that use SoapService
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.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.transport.jms JMS transport for ActiveSOAP 
 

Uses of SoapService in org.codehaus.activesoap
 

Methods in org.codehaus.activesoap that return SoapService
protected  SoapService SoapClient.getSoapService()
           
 SoapService MessageExchange.getSoapService()
          Returns the current SOAP service instance, if we are using the SOAP protocol so that you can access the SOAP details such as available roles, SOAP version, intermidate mode etc.
 

Methods in org.codehaus.activesoap with parameters of type SoapService
static SoapClient SoapClient.newLocalClient(SoapService soapService)
          Factory method to create a new client to an in memory SoapService
 

Constructors in org.codehaus.activesoap with parameters of type SoapService
SoapClient(TransportClient transport, SoapService service)
           
 

Uses of SoapService in org.codehaus.activesoap.handler
 

Constructors in org.codehaus.activesoap.handler with parameters of type SoapService
SoapRequestHandler(SoapService service, SoapVersion soap)
           
 

Uses of SoapService in org.codehaus.activesoap.handler.xmlbeans
 

Methods in org.codehaus.activesoap.handler.xmlbeans with parameters of type SoapService
static SoapClient XMLBeansHelper.newLocalSoapClient(SoapService service)
           
 

Uses of SoapService in org.codehaus.activesoap.handler.xstream
 

Methods in org.codehaus.activesoap.handler.xstream with parameters of type SoapService
static SoapClient XStreamHelper.newLocalSoapClient(SoapService service)
           
 

Uses of SoapService in org.codehaus.activesoap.transport.jms
 

Methods in org.codehaus.activesoap.transport.jms that return SoapService
 SoapService SoapEndpointMessageListener.getSoapService()
           
 

Methods in org.codehaus.activesoap.transport.jms with parameters of type SoapService
 void SoapEndpointMessageListener.setSoapService(SoapService soapService)
           
 

Constructors in org.codehaus.activesoap.transport.jms with parameters of type SoapService
SoapEndpointMessageListener(SoapService soapService, Session session, MessageProducer producer, Destination deadLetterQueue)
           
 



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