public class WSSPIServlet
extends javax.servlet.http.HttpServlet
It really just forwards processing to WSServletDelegate
.
Modifier and Type | Field and Description |
---|---|
static String |
JAXWS_RI_PROPERTY_PUBLISH_STATUS_PAGE |
static String |
JAXWS_RI_PROPERTY_PUBLISH_WSDL |
static String |
JAXWS_RI_RUNTIME_INFO
|
Constructor and Description |
---|
WSSPIServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doDelete(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
doPost(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected void |
doPut(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected WSServletDelegate |
getDelegate(javax.servlet.ServletConfig servletConfig)
Gets the
WSServletDelegate that we will be forwarding the requests to. |
void |
init(javax.servlet.ServletConfig servletConfig) |
doHead, doOptions, doTrace, getLastModified, service, service
public static final String JAXWS_RI_RUNTIME_INFO
public static final String JAXWS_RI_PROPERTY_PUBLISH_WSDL
public static final String JAXWS_RI_PROPERTY_PUBLISH_STATUS_PAGE
public void init(javax.servlet.ServletConfig servletConfig) throws javax.servlet.ServletException
init
in interface javax.servlet.Servlet
init
in class javax.servlet.GenericServlet
javax.servlet.ServletException
protected WSServletDelegate getDelegate(javax.servlet.ServletConfig servletConfig)
WSServletDelegate
that we will be forwarding the requests to.protected void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException
doPost
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException
doGet
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
protected void doPut(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException
doPut
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
protected void doDelete(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException
doDelete
in class javax.servlet.http.HttpServlet
javax.servlet.ServletException
Copyright © 2015 Oracle Corporation. All rights reserved.