Oracle® Application Server
XML Java API Reference
10g Release 3 (10.1.3)

B28238-01


oracle.soap.server.http
Class SOAPServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byoracle.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

Field Summary
static java.lang.String DEFAULT_CONFIG_FILENAME

Constructor Summary
SOAPServlet()

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

Field Detail

DEFAULT_CONFIG_FILENAME

public static final java.lang.String DEFAULT_CONFIG_FILENAME

Constructor Detail

SOAPServlet

public SOAPServlet()

Method Detail

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

Oracle® Application Server
XML Java API Reference
10g Release 3 (10.1.3)

B28238-01


Copyright © 2003, 2006, Oracle. All rights reserved.