Uses of Interface
org.apache.muse.ws.addressing.soap.SoapClient

Packages that use SoapClient
org.apache.muse.core   
org.apache.muse.ws.addressing.soap   
org.apache.muse.ws.dm.muws.remote   
org.apache.muse.ws.metadata.remote   
org.apache.muse.ws.notification.remote   
org.apache.muse.ws.resource.metadata.ext   
org.apache.muse.ws.resource.remote   
org.apache.muse.ws.resource.sg.remote   
 

Uses of SoapClient in org.apache.muse.core
 

Methods in org.apache.muse.core that return SoapClient
protected  SoapClient AbstractEnvironment.createSoapClient()
          This method can be overridden by concrete Environments to provide a different implementation of SoapClient for use by the application.
 SoapClient Environment.getSoapClient()
           
 SoapClient AbstractResourceClient.getSoapClient()
           
 SoapClient AbstractEnvironment.getSoapClient()
           
 

Methods in org.apache.muse.core with parameters of type SoapClient
 void Environment.setSoapClient(SoapClient soapClient)
          Provides a new SOAP client for use by other components in the system.
 void AbstractEnvironment.setSoapClient(SoapClient soapClient)
          Provides a new SOAP client for use by other components in the system.
 

Constructors in org.apache.muse.core with parameters of type SoapClient
AbstractResourceClient(EndpointReference destination, EndpointReference source, SoapClient soapClient)
           
 

Uses of SoapClient in org.apache.muse.ws.addressing.soap
 

Classes in org.apache.muse.ws.addressing.soap that implement SoapClient
 class SimpleSoapClient
          SimpleSoapClient is and implementation of SoapClient that relies on the java.net.HttpURLConnection API to send and receive SOAP messages.
 

Uses of SoapClient in org.apache.muse.ws.dm.muws.remote
 

Constructors in org.apache.muse.ws.dm.muws.remote with parameters of type SoapClient
MetricsClient(EndpointReference destination, EndpointReference source, SoapClient soapClient)
           
RelationshipsClient(EndpointReference destination, EndpointReference source, SoapClient soapClient)
           
 

Uses of SoapClient in org.apache.muse.ws.metadata.remote
 

Constructors in org.apache.muse.ws.metadata.remote with parameters of type SoapClient
MetadataExchangeClient(EndpointReference destination, EndpointReference source, SoapClient soapClient)
           
 

Uses of SoapClient in org.apache.muse.ws.notification.remote
 

Constructors in org.apache.muse.ws.notification.remote with parameters of type SoapClient
NotificationConsumerClient(EndpointReference destination, EndpointReference source, SoapClient soapClient)
           
NotificationProducerClient(EndpointReference destination, EndpointReference source, SoapClient soapClient)
           
SubscriptionClient(EndpointReference destination, EndpointReference source, SoapClient soapClient)
           
 

Uses of SoapClient in org.apache.muse.ws.resource.metadata.ext
 

Constructors in org.apache.muse.ws.resource.metadata.ext with parameters of type SoapClient
WsrfMetadataExchangeClient(EndpointReference destination, EndpointReference source, SoapClient soapClient)
           
 

Uses of SoapClient in org.apache.muse.ws.resource.remote
 

Constructors in org.apache.muse.ws.resource.remote with parameters of type SoapClient
WsResourceClient(EndpointReference destination, EndpointReference source, SoapClient soapClient)
           
 

Uses of SoapClient in org.apache.muse.ws.resource.sg.remote
 

Constructors in org.apache.muse.ws.resource.sg.remote with parameters of type SoapClient
ServiceGroupClient(EndpointReference destination, EndpointReference source, SoapClient soapClient)
           
 



Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.