org.mule.providers.soap.xfire
Class XFireClientPoolFactory

java.lang.Object
  extended byBasePoolableObjectFactory
      extended byorg.mule.providers.soap.xfire.XFireClientPoolFactory
Direct Known Subclasses:
XFireWsdlClientPoolFactory

public class XFireClientPoolFactory
extends BasePoolableObjectFactory

See Also:
Serialized Form

Field Summary
protected  XFireConnector connector
           
protected  Service service
           
protected  UMOEndpointURI uri
           
protected  XFire xfire
           
 
Constructor Summary
XFireClientPoolFactory(UMOImmutableEndpoint endpoint, Service service, XFire xfire)
           
 
Method Summary
 Object makeObject()
           
 void passivateObject(Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uri

protected UMOEndpointURI uri

service

protected Service service

xfire

protected XFire xfire

connector

protected XFireConnector connector
Constructor Detail

XFireClientPoolFactory

public XFireClientPoolFactory(UMOImmutableEndpoint endpoint,
                              Service service,
                              XFire xfire)
Method Detail

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.