org.ow2.petals.binding.soap.listener.incoming.servlet
Class ListServicesServlet

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

Field Summary
static java.lang.String MAPPING_NAME
           
 
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
 

Field Detail

MAPPING_NAME

public static final java.lang.String MAPPING_NAME
See Also:
Constant Field Values
Constructor Detail

ListServicesServlet

public ListServicesServlet(org.apache.axis2.context.ConfigurationContext configurationContext,
                           SoapServerConfig soapConfig)
Creates a new instance of ListServicesServlet

Parameters:
configurationContext -
active -
Method Detail

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.