Uses of Class
org.ow2.petals.binding.soap.listener.outgoing.ServiceClient

Packages that use ServiceClient
org.ow2.petals.binding.soap   
org.ow2.petals.binding.soap.listener.outgoing   
 

Uses of ServiceClient in org.ow2.petals.binding.soap
 

Methods in org.ow2.petals.binding.soap that return ServiceClient
 ServiceClient SoapComponentContext.borrowServiceClient(java.lang.String address, javax.xml.namespace.QName operation, java.lang.String soapAction, java.net.URI mep, org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions cdkExtensions, org.ow2.petals.component.framework.jbidescriptor.generated.Provides provides, java.lang.String rampartUserName)
           Get a service client associated to an axis service set with the good operation.
 

Methods in org.ow2.petals.binding.soap with parameters of type ServiceClient
 void SoapComponentContext.returnServiceClient(java.lang.String address, javax.xml.namespace.QName operation, java.net.URI mep, ServiceClient serviceClient, java.lang.String soapAction)
          Release the service client to the pool
 

Uses of ServiceClient in org.ow2.petals.binding.soap.listener.outgoing
 

Methods in org.ow2.petals.binding.soap.listener.outgoing with parameters of type ServiceClient
protected static org.apache.axiom.om.OMElement SOAPCaller.createSOAPBodyContent(javax.jbi.messaging.NormalizedMessage nm, javax.xml.namespace.QName operation, ServiceClient client, org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions extensions)
          Create the SOAPBody content.
protected  void ServiceClientPoolObjectFactory.engageModule(ServiceClient serviceClient, java.lang.String moduleName)
          Engage a module
protected  void SOAPCaller.updateClient(ServiceClient client, Addressing addressing, org.ow2.petals.component.framework.api.message.Exchange exchange)
          Update the client properties
 



Copyright © 2005-2010 OW2 Consortium. All Rights Reserved.