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:
- 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,
org.ow2.petals.probes.CounterProbe probeInformationServlet,
org.ow2.petals.probes.GaugeProbe<Integer,Integer> probeHttpServerThreadPoolAllocatedThreads,
org.ow2.petals.probes.GaugeProbe<Integer,Integer> probeHttpServerThreadPoolIdleThreads,
org.ow2.petals.probes.GaugeProbe<Integer,Integer> probeHttpServerThreadPoolQueuedRequests,
Logger logger)
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 String MAPPING_NAME
- See Also:
- Constant Field Values
ListServicesServlet
public ListServicesServlet(org.apache.axis2.context.ConfigurationContext configurationContext,
SoapServerConfig soapConfig,
org.ow2.petals.probes.CounterProbe probeInformationServlet,
org.ow2.petals.probes.GaugeProbe<Integer,Integer> probeHttpServerThreadPoolAllocatedThreads,
org.ow2.petals.probes.GaugeProbe<Integer,Integer> probeHttpServerThreadPoolIdleThreads,
org.ow2.petals.probes.GaugeProbe<Integer,Integer> probeHttpServerThreadPoolQueuedRequests,
Logger logger)
- Creates a new instance of ListServicesServlet
- Parameters:
configurationContext - active - probeInformationServlet - The probe counting unknown URLs received by the Jetty server.probeHttpServerThreadPoolAllocatedThreads - The probe counting allocated threads in the thread pool of the
HTTP server.probeHttpServerThreadPoolIdleThreads - The probe counting idle threads in the thread pool of the HTTP
server.probeHttpServerThreadPoolQueuedRequests - The probe counting requests in the queue of the thread pool of
the HTTP server.logger - The component logger
service
public void service(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
throws javax.servlet.ServletException,
IOException
- Specified by:
service in interface javax.servlet.Servlet- Overrides:
service in class javax.servlet.http.HttpServlet
- Throws:
javax.servlet.ServletException
IOException
Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.