org.mule.providers.soap.xfire.wsdl
Class XFireWsdlClientPoolFactory

java.lang.Object
  extended byorg.apache.commons.pool.BasePoolableObjectFactory
      extended byorg.mule.providers.soap.xfire.XFireClientPoolFactory
          extended byorg.mule.providers.soap.xfire.wsdl.XFireWsdlClientPoolFactory
All Implemented Interfaces:
PoolableObjectFactory

public class XFireWsdlClientPoolFactory
extends XFireClientPoolFactory


Field Summary
 
Fields inherited from class org.mule.providers.soap.xfire.XFireClientPoolFactory
service, uri, xfire
 
Constructor Summary
XFireWsdlClientPoolFactory(org.mule.umo.endpoint.UMOImmutableEndpoint endpoint, org.codehaus.xfire.service.Service service, org.codehaus.xfire.XFire xfire)
           
 
Method Summary
 Object makeObject()
           
 
Methods inherited from class org.mule.providers.soap.xfire.XFireClientPoolFactory
passivateObject
 
Methods inherited from class org.apache.commons.pool.BasePoolableObjectFactory
activateObject, destroyObject, validateObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XFireWsdlClientPoolFactory

public XFireWsdlClientPoolFactory(org.mule.umo.endpoint.UMOImmutableEndpoint endpoint,
                                  org.codehaus.xfire.service.Service service,
                                  org.codehaus.xfire.XFire xfire)
Method Detail

makeObject

public Object makeObject()
                  throws Exception
Specified by:
makeObject in interface PoolableObjectFactory
Overrides:
makeObject in class XFireClientPoolFactory
Throws:
Exception


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.