|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PetalsServiceClient in org.ow2.petals.binding.soap |
|---|
| Methods in org.ow2.petals.binding.soap that return PetalsServiceClient | |
|---|---|
PetalsServiceClient |
SoapComponentContext.borrowServiceClient(String address,
QName operation,
String soapAction,
URI mep,
org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions cdkExtensions,
org.ow2.petals.component.framework.jbidescriptor.generated.Provides provides,
String rampartUserName)
Get a service client associated to an axis service set with the good operation. |
| Methods in org.ow2.petals.binding.soap that return types with arguments of type PetalsServiceClient | |
|---|---|
Map<ServiceClientKey,org.apache.commons.pool.impl.GenericObjectPool<PetalsServiceClient>> |
SoapComponentContext.getServiceClientPools()
|
| Methods in org.ow2.petals.binding.soap with parameters of type PetalsServiceClient | |
|---|---|
void |
SoapComponentContext.returnServiceClient(String address,
QName operation,
URI mep,
PetalsServiceClient petalsServiceClient,
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 that return PetalsServiceClient | |
|---|---|
PetalsServiceClient |
ServiceClientPoolObjectFactory.makeObject()
|
| 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,
QName operation,
PetalsServiceClient client,
org.ow2.petals.component.framework.api.configuration.ConfigurationExtensions extensions)
Create the SOAPBody content. |
void |
ServiceClientPoolObjectFactory.destroyObject(PetalsServiceClient obj)
|
protected void |
ServiceClientPoolObjectFactory.engageModule(PetalsServiceClient petalsServiceClient,
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 |
| Uses of PetalsServiceClient in org.ow2.petals.binding.soap.monitoring |
|---|
| Method parameters in org.ow2.petals.binding.soap.monitoring with type arguments of type PetalsServiceClient | |
|---|---|
void |
Monitoring.init(org.mortbay.thread.BoundedThreadPool httpThreadPool,
Map<ServiceClientKey,org.apache.commons.pool.impl.GenericObjectPool<PetalsServiceClient>> wsClientPools)
Initialize all probes of the monitoring MBean |
| Uses of PetalsServiceClient in org.ow2.petals.binding.soap.monitoring.probe |
|---|
| Method parameters in org.ow2.petals.binding.soap.monitoring.probe with type arguments of type PetalsServiceClient | |
|---|---|
void |
WsClientPoolClientInUseProbe.setWsClientPools(Map<ServiceClientKey,org.apache.commons.pool.impl.GenericObjectPool<PetalsServiceClient>> wsClientPools)
|
| Uses of PetalsServiceClient in org.ow2.petals.binding.soap.monitoring.sensor |
|---|
| Fields in org.ow2.petals.binding.soap.monitoring.sensor with type parameters of type PetalsServiceClient | |
|---|---|
protected Map<ServiceClientKey,org.apache.commons.pool.impl.GenericObjectPool<PetalsServiceClient>> |
WsClientPoolsKeyedGaugeSensor.wsClientPools
The pools of service clients used to call external web services. |
| Method parameters in org.ow2.petals.binding.soap.monitoring.sensor with type arguments of type PetalsServiceClient | |
|---|---|
void |
WsClientPoolsKeyedGaugeSensor.setWsClientPools(Map<ServiceClientKey,org.apache.commons.pool.impl.GenericObjectPool<PetalsServiceClient>> wsClientPools)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||