|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.jboss.wsf.common.servlet.AbstractEndpointServlet
public abstract class AbstractEndpointServlet
A cross stack webservice endpoint servlet.
Field Summary | |
---|---|
protected org.jboss.wsf.spi.deployment.Endpoint |
endpoint
|
Constructor Summary | |
---|---|
protected |
AbstractEndpointServlet()
Constructor |
Method Summary | |
---|---|
void |
init(javax.servlet.ServletConfig servletConfig)
Servlet lifecycle init method |
protected abstract org.jboss.wsf.spi.management.EndpointResolver |
newEndpointResolver(java.lang.String servletContext,
java.lang.String servletName)
Abstract method that must be overriden by each stack servlet endpoint |
protected void |
postInit(javax.servlet.ServletConfig cfg)
Template method |
protected void |
postService()
Template method |
void |
service(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Serves the requests |
Methods inherited from class javax.servlet.http.HttpServlet |
---|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service |
Methods inherited from class javax.servlet.GenericServlet |
---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected org.jboss.wsf.spi.deployment.Endpoint endpoint
Constructor Detail |
---|
protected AbstractEndpointServlet()
Method Detail |
---|
public final void init(javax.servlet.ServletConfig servletConfig) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
servletConfig
- servlet configuration
javax.servlet.ServletException
public final void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res) throws javax.servlet.ServletException, java.io.IOException
service
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
java.io.IOException
protected void postService()
protected void postInit(javax.servlet.ServletConfig cfg)
cfg
- servlet configprotected abstract org.jboss.wsf.spi.management.EndpointResolver newEndpointResolver(java.lang.String servletContext, java.lang.String servletName)
servletContext
- servlet contextservletName
- servlet name
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |