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, servicedoDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logprotected final org.jboss.wsf.spi.management.EndpointResolver newEndpointResolver(String contextPath, String servletName)
newEndpointResolver in class AbstractEndpointServletservletContext - servlet contextservletName - servlet namepublic void doHead(HttpServletRequest request, HttpServletResponse response, ServletContext context) throws ServletException, IOException
doHead in interface org.jboss.wsf.spi.deployment.ServletDelegateServletExceptionIOExceptionpublic void doGet(HttpServletRequest request, HttpServletResponse response, ServletContext context) throws ServletException, IOException
doGet in interface org.jboss.wsf.spi.deployment.ServletDelegateServletExceptionIOExceptionpublic void doPost(HttpServletRequest request, HttpServletResponse response, ServletContext context) throws ServletException, IOException
doPost in interface org.jboss.wsf.spi.deployment.ServletDelegateServletExceptionIOExceptionpublic void doPut(HttpServletRequest request, HttpServletResponse response, ServletContext context) throws ServletException, IOException
doPut in interface org.jboss.wsf.spi.deployment.ServletDelegateServletExceptionIOExceptionpublic void doDelete(HttpServletRequest request, HttpServletResponse response, ServletContext context) throws ServletException, IOException
doDelete in interface org.jboss.wsf.spi.deployment.ServletDelegateServletExceptionIOExceptionpublic void service(HttpServletRequest request, HttpServletResponse response, ServletContext context) throws ServletException, IOException
service in interface org.jboss.wsf.spi.deployment.ServletDelegateServletExceptionIOExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.