postRegister(Boolean done) Listen for post-mbean registration and set up the jetty
mbean infrastructure so it can generate mbeans according
to the elements contained in the element
of the jboss-service.xml file.
Listen for post-mbean registration and set up the jetty
mbean infrastructure so it can generate mbeans according
to the elements contained in the element
of the jboss-service.xml file.
See Also: org.jboss.system.ServiceMBeanSupport.postRegister(java.lang.Boolean)
Listen for our registration as an mbean and remember our name.
See Also: org.jboss.system.ServiceMBeanSupport.preRegister(javax.management.MBeanServerjavax.management.ObjectName)
setConfigurationElement
public void setConfigurationElement(Element configElement)(Code)
Configure Jetty
Parameters: configElement - XML fragment from jboss-service.xml
setSupportJSR77
public void setSupportJSR77(boolean supportJSR77)(Code)
setWebDefaultResource
public void setWebDefaultResource(String webDefaultResource)(Code)
Start up the jetty service. Also, as we need to be able
to have interceptors injected into us to support jboss.ws:service=WebService,
we need to create a proxy to ourselves and register that proxy with the
mainDeployer.
See SubDeployerInterceptorSupport See Also: org.jboss.web.AbstractWebContainer.startService