org.apache.cxf.jca.cxf
Class JCABusFactory

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

public class JCABusFactory
extends java.lang.Object


Constructor Summary
JCABusFactory(ManagedConnectionFactoryImpl aMcf)
           
 
Method Summary
 void create(java.lang.ClassLoader classLoader, java.lang.Object context)
           
 java.lang.ClassLoader getAppserverClassLoader()
           
 java.lang.Object getBootstrapContext()
           
 Bus getBus()
           
protected  java.util.List getRegisteredServants()
           
 javax.resource.spi.work.WorkManager getWorkManager()
           
protected  void init()
           
protected  void initializeServants()
           
protected  java.util.Properties loadProperties(java.net.URL propsUrl)
           
 void setAppserverClassLoader(java.lang.ClassLoader classLoader)
           
protected  void setBootstrapContext(java.lang.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 java.util.Properties loadProperties(java.net.URL propsUrl)
                                       throws javax.resource.ResourceException
Throws:
javax.resource.ResourceException

getRegisteredServants

protected java.util.List getRegisteredServants()

getAppserverClassLoader

public java.lang.ClassLoader getAppserverClassLoader()

setAppserverClassLoader

public void setAppserverClassLoader(java.lang.ClassLoader classLoader)

getBootstrapContext

public java.lang.Object getBootstrapContext()

getBus

public Bus getBus()

setBus

public void setBus(Bus b)

create

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

setBootstrapContext

protected void setBootstrapContext(java.lang.Object ctx)

getWorkManager

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


Apache CXF