org.apache.cxf.jbi.se
Class CXFBootstrap
java.lang.Object
org.apache.cxf.jbi.se.CXFBootstrap
- All Implemented Interfaces:
- javax.jbi.component.Bootstrap
public class CXFBootstrap
- extends java.lang.Object
- implements javax.jbi.component.Bootstrap
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CXFBootstrap
public CXFBootstrap()
getExtensionMBeanName
public final javax.management.ObjectName getExtensionMBeanName()
- Specified by:
getExtensionMBeanName
in interface javax.jbi.component.Bootstrap
cleanUp
public final void cleanUp()
throws javax.jbi.JBIException
- Specified by:
cleanUp
in interface javax.jbi.component.Bootstrap
- Throws:
javax.jbi.JBIException
onInstall
public final void onInstall()
throws javax.jbi.JBIException
- Specified by:
onInstall
in interface javax.jbi.component.Bootstrap
- Throws:
javax.jbi.JBIException
onUninstall
public final void onUninstall()
throws javax.jbi.JBIException
- Specified by:
onUninstall
in interface javax.jbi.component.Bootstrap
- Throws:
javax.jbi.JBIException
init
public final void init(javax.jbi.component.InstallationContext argCtx)
throws javax.jbi.JBIException
- Specified by:
init
in interface javax.jbi.component.Bootstrap
- Throws:
javax.jbi.JBIException
Apache CXF