org.apache.cxf.jbi.se
Class CXFBootstrap

java.lang.Object
  extended by 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


Constructor Summary
CXFBootstrap()
           
 
Method Summary
 void cleanUp()
           
 javax.management.ObjectName getExtensionMBeanName()
           
 void init(javax.jbi.component.InstallationContext argCtx)
           
 void onInstall()
           
 void onUninstall()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CXFBootstrap

public CXFBootstrap()
Method Detail

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