SoapServlet(org.apache.axis2.context.ConfigurationContext configContext,
ServerStats stats,
org.ow2.petals.probes.GaugeProbe<Integer,Integer> probeHttpServerThreadPoolAllocatedThreads,
org.ow2.petals.probes.GaugeProbe<Integer,Integer> probeHttpServerThreadPoolIdleThreads,
org.ow2.petals.probes.GaugeProbe<Integer,Integer> probeHttpServerThreadPoolQueuedRequests,
org.ow2.petals.probes.KeyedCounterProbeWithExecutionStatus<IncomingServiceKey> probeHttpRequestsInvocationsCount,
org.ow2.petals.probes.KeyedResponseTimeProbe<IncomingServiceKey> probeHttpRequestsInvocationsResponseTime,
Logger logger)
Creates a new instance of SoapServlet |
WelcomeServlet(SoapServerConfig config,
ServerStats stats,
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)
|