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

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

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

Methods in org.ow2.petals.binding.soap that return PetalsServiceClient
 PetalsServiceClient 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)
           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 PetalsServiceClient
 void SoapComponentContext.returnServiceClient(java.lang.String address, javax.xml.namespace.QName operation, java.net.URI mep, PetalsServiceClient petalsServiceClient, java.lang.String soapAction)
          Release the service client to the pool
 

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

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



Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.