Apache CXF API

org.apache.cxf.jca.cxf
Class JCABusFactory

java.lang.Object
  extended by org.apache.cxf.jca.cxf.JCABusFactory

public class JCABusFactory
extends Object


Constructor Summary
JCABusFactory(ManagedConnectionFactoryImpl aMcf)
           
 
Method Summary
 void create(ClassLoader classLoader, Object context)
           
 ClassLoader getAppserverClassLoader()
           
 Object getBootstrapContext()
           
 Bus getBus()
           
protected  List<Server> getRegisteredServants()
           
 javax.resource.spi.work.WorkManager getWorkManager()
           
protected  void init()
           
protected  void initializeServants()
           
protected  Properties loadProperties(URL propsUrl)
           
 void setAppserverClassLoader(ClassLoader classLoader)
           
protected  void setBootstrapContext(Object ctx)
           
 void setBus(Bus b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JCABusFactory

public JCABusFactory(ManagedConnectionFactoryImpl aMcf)
Method Detail

init

protected void init()
             throws javax.resource.ResourceException
Throws:
javax.resource.ResourceException

initializeServants

protected void initializeServants()
                           throws javax.resource.ResourceException
Throws:
javax.resource.ResourceException

loadProperties

protected Properties loadProperties(URL propsUrl)
                             throws javax.resource.ResourceException
Throws:
javax.resource.ResourceException

getRegisteredServants

protected List<Server> getRegisteredServants()

getAppserverClassLoader

public ClassLoader getAppserverClassLoader()

setAppserverClassLoader

public void setAppserverClassLoader(ClassLoader classLoader)

getBootstrapContext

public Object getBootstrapContext()

getBus

public Bus getBus()

setBus

public void setBus(Bus b)

create

public void create(ClassLoader classLoader,
                   Object context)
            throws javax.resource.ResourceException
Throws:
javax.resource.ResourceException

setBootstrapContext

protected void setBootstrapContext(Object ctx)

getWorkManager

public javax.resource.spi.work.WorkManager getWorkManager()

Apache CXF API

Apache CXF