org.ow2.petals.binding.soap.listener.incoming.servlet
Class ListServicesServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.ow2.petals.binding.soap.listener.incoming.servlet.ListServicesServlet
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
public class ListServicesServlet
- extends javax.servlet.http.HttpServlet
Servlet used to display the list of services. It replaces the Axis2 one.
- Author:
- chamerling - EBM Websourcing
- See Also:
- Serialized Form
|
Constructor Summary |
ListServicesServlet(org.apache.axis2.context.ConfigurationContext configurationContext,
SoapServerConfig soapConfig)
Creates a new instance of ListServicesServlet |
|
Method Summary |
void |
service(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
|
| Methods inherited from class javax.servlet.http.HttpServlet |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service |
| Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAPPING_NAME
public static final java.lang.String MAPPING_NAME
- See Also:
- Constant Field Values
ListServicesServlet
public ListServicesServlet(org.apache.axis2.context.ConfigurationContext configurationContext,
SoapServerConfig soapConfig)
- Creates a new instance of ListServicesServlet
- Parameters:
configurationContext - active -
service
public void service(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
throws javax.servlet.ServletException,
java.io.IOException
- Specified by:
service in interface javax.servlet.Servlet- Overrides:
service in class javax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
java.io.IOException
Copyright © 2005-2010 OW2 Consortium. All Rights Reserved.