Package org.apache.cxf.jca.cxf
Class JCABusFactory
java.lang.Object
org.apache.cxf.jca.cxf.JCABusFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcreate(ClassLoader classLoader, Object context) org.apache.cxf.BusgetBus()protected List<org.apache.cxf.endpoint.Server>javax.resource.spi.work.WorkManagerprotected voidinit()protected voidprotected PropertiesloadProperties(URL propsUrl) voidsetAppserverClassLoader(ClassLoader classLoader) protected voidvoidsetBus(org.apache.cxf.Bus b)
-
Constructor Details
-
JCABusFactory
-
-
Method Details
-
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
- Throws:
javax.resource.ResourceException
-
getRegisteredServants
-
getAppserverClassLoader
-
setAppserverClassLoader
-
getBootstrapContext
-
getBus
public org.apache.cxf.Bus getBus() -
setBus
public void setBus(org.apache.cxf.Bus b) -
create
- Throws:
javax.resource.ResourceException
-
setBootstrapContext
-
getWorkManager
public javax.resource.spi.work.WorkManager getWorkManager()
-