oracle.soap.server.http
Class SOAPServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
oracle.soap.server.http.SOAPServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class SOAPServlet
- extends javax.servlet.http.HttpServlet
This servlet handles SOAP requests via pluggable providers.
- See Also:
- Serialized Form
Method Summary |
void |
destroy()
|
void |
doGet(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
|
void |
doPost(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
Process SOAP requests. |
void |
init()
Initialize the servlet. |
Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doOptions, doPut, doTrace, getLastModified, service, service |
Methods inherited from class javax.servlet.GenericServlet |
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 |
DEFAULT_CONFIG_FILENAME
public static final java.lang.String DEFAULT_CONFIG_FILENAME
SOAPServlet
public SOAPServlet()
init
public void init()
throws javax.servlet.ServletException
- Initialize the servlet.
-
- Throws:
javax.servlet.ServletException
destroy
public void destroy()
doGet
public void doGet(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
java.io.IOException
-
- Throws:
javax.servlet.ServletException
java.io.IOException
doPost
public void doPost(javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
throws javax.servlet.ServletException,
java.io.IOException
- Process SOAP requests.
-
- Throws:
javax.servlet.ServletException
java.io.IOException
Copyright © 2003, 2005, Oracle. All rights reserved.