org.mule.providers.soap.xfire
Class XFireClientPoolFactory
java.lang.Object
org.apache.commons.pool.BasePoolableObjectFactory
org.mule.providers.soap.xfire.XFireClientPoolFactory
- All Implemented Interfaces:
- PoolableObjectFactory
- Direct Known Subclasses:
- XFireWsdlClientPoolFactory
- public class XFireClientPoolFactory
- extends BasePoolableObjectFactory
|
Field Summary |
protected org.codehaus.xfire.service.Service |
service
|
protected org.mule.umo.endpoint.UMOEndpointURI |
uri
|
protected org.codehaus.xfire.XFire |
xfire
|
|
Constructor Summary |
XFireClientPoolFactory(org.mule.umo.endpoint.UMOImmutableEndpoint endpoint,
org.codehaus.xfire.service.Service service,
org.codehaus.xfire.XFire xfire)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
uri
protected org.mule.umo.endpoint.UMOEndpointURI uri
service
protected org.codehaus.xfire.service.Service service
xfire
protected org.codehaus.xfire.XFire xfire
XFireClientPoolFactory
public XFireClientPoolFactory(org.mule.umo.endpoint.UMOImmutableEndpoint endpoint,
org.codehaus.xfire.service.Service service,
org.codehaus.xfire.XFire xfire)
makeObject
public Object makeObject()
throws Exception
- Throws:
Exception
passivateObject
public void passivateObject(Object obj)
throws Exception
- Throws:
Exception
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.