public final class EndpointServlet extends AbstractEndpointServlet implements org.jboss.wsf.spi.deployment.ServletDelegate
endpoint
Constructor and Description |
---|
EndpointServlet() |
Modifier and Type | Method and Description |
---|---|
void |
doDelete(HttpServletRequest request,
HttpServletResponse response,
ServletContext context) |
void |
doGet(HttpServletRequest request,
HttpServletResponse response,
ServletContext context) |
void |
doHead(HttpServletRequest request,
HttpServletResponse response,
ServletContext context) |
void |
doPost(HttpServletRequest request,
HttpServletResponse response,
ServletContext context) |
void |
doPut(HttpServletRequest request,
HttpServletResponse response,
ServletContext context) |
protected org.jboss.wsf.spi.management.EndpointResolver |
newEndpointResolver(String contextPath,
String servletName)
Provides Native specific endpoint resolver
|
void |
service(HttpServletRequest request,
HttpServletResponse response,
ServletContext context) |
init, postInit, postService, service
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
protected final org.jboss.wsf.spi.management.EndpointResolver newEndpointResolver(String contextPath, String servletName)
newEndpointResolver
in class AbstractEndpointServlet
servletContext
- servlet contextservletName
- servlet namepublic void doHead(HttpServletRequest request, HttpServletResponse response, ServletContext context) throws ServletException, IOException
doHead
in interface org.jboss.wsf.spi.deployment.ServletDelegate
ServletException
IOException
public void doGet(HttpServletRequest request, HttpServletResponse response, ServletContext context) throws ServletException, IOException
doGet
in interface org.jboss.wsf.spi.deployment.ServletDelegate
ServletException
IOException
public void doPost(HttpServletRequest request, HttpServletResponse response, ServletContext context) throws ServletException, IOException
doPost
in interface org.jboss.wsf.spi.deployment.ServletDelegate
ServletException
IOException
public void doPut(HttpServletRequest request, HttpServletResponse response, ServletContext context) throws ServletException, IOException
doPut
in interface org.jboss.wsf.spi.deployment.ServletDelegate
ServletException
IOException
public void doDelete(HttpServletRequest request, HttpServletResponse response, ServletContext context) throws ServletException, IOException
doDelete
in interface org.jboss.wsf.spi.deployment.ServletDelegate
ServletException
IOException
public void service(HttpServletRequest request, HttpServletResponse response, ServletContext context) throws ServletException, IOException
service
in interface org.jboss.wsf.spi.deployment.ServletDelegate
ServletException
IOException
Copyright © 2018 JBoss by Red Hat. All rights reserved.