|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.geronimo.jetty6.JettyPOJOWebServiceHolder
public class JettyPOJOWebServiceHolder
This is intended to hold the web service stack for an axis POJO web service. It is starting life as a copy of JettyServletHolder.
Field Summary | |
---|---|
static GBeanInfo |
GBEAN_INFO
|
Constructor Summary | |
---|---|
JettyPOJOWebServiceHolder()
|
|
JettyPOJOWebServiceHolder(String pojoClassName,
String servletName,
Map initParams,
Integer loadOnStartup,
Set servletMappings,
String runAsRole,
WebServiceContainerFactory webServiceContainerFactory,
JettyServletRegistration context)
|
Method Summary | |
---|---|
void |
doFail()
Fails the GBean. |
void |
doStart()
Starts the GBean. |
void |
doStop()
Stops the target. |
static GBeanInfo |
getGBeanInfo()
|
String |
getServletName()
|
void |
handle(ServletRequest request,
ServletResponse response)
TODO THIS IS NOT CALLED!!! |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final GBeanInfo GBEAN_INFO
Constructor Detail |
---|
public JettyPOJOWebServiceHolder()
public JettyPOJOWebServiceHolder(String pojoClassName, String servletName, Map initParams, Integer loadOnStartup, Set servletMappings, String runAsRole, WebServiceContainerFactory webServiceContainerFactory, JettyServletRegistration context) throws Exception
Exception
Method Detail |
---|
public String getServletName()
public void handle(ServletRequest request, ServletResponse response) throws ServletException, UnavailableException, IOException
ServletException
UnavailableException
IOException
public void doStart() throws Exception
GBeanLifecycle
doStart
in interface GBeanLifecycle
Exception
- if the target failed to start; this will cause a transition to the failed statepublic void doStop() throws Exception
GBeanLifecycle
doStop
in interface GBeanLifecycle
Exception
- if the target failed to stop; this will cause a transition to the failed statepublic void doFail()
GBeanLifecycle
doFail
in interface GBeanLifecycle
public static GBeanInfo getGBeanInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |