org.ow2.petals.binding.soap.listener.incoming.jetty
Class SoapServletServer
java.lang.Object
org.ow2.petals.binding.soap.listener.incoming.jetty.SoapServletServer
public class SoapServletServer
- extends java.lang.Object
- Author:
- aruffie
|
Constructor Summary |
SoapServletServer(ServletServerConfig config,
javax.servlet.http.HttpServlet soapServicesDispatcherServlet,
javax.servlet.http.HttpServlet soapServicesListingServlet,
javax.servlet.http.HttpServlet welcomeServlet,
java.util.logging.Logger logger)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WELCOME_SERVLET_NAME
protected static final java.lang.String WELCOME_SERVLET_NAME
- See Also:
- Constant Field Values
SOAP_SERVICES_LISTING_SERVLET_NAME
protected static final java.lang.String SOAP_SERVICES_LISTING_SERVLET_NAME
- See Also:
- Constant Field Values
SOAP_SERVICES_DISPATCHER_SERVLET_NAME
protected static final java.lang.String SOAP_SERVICES_DISPATCHER_SERVLET_NAME
- See Also:
- Constant Field Values
SoapServletServer
public SoapServletServer(ServletServerConfig config,
javax.servlet.http.HttpServlet soapServicesDispatcherServlet,
javax.servlet.http.HttpServlet soapServicesListingServlet,
javax.servlet.http.HttpServlet welcomeServlet,
java.util.logging.Logger logger)
start
public void start()
throws java.lang.Exception
- Throws:
java.lang.Exception
stop
public void stop()
throws java.lang.Exception
- Throws:
java.lang.Exception
isRunning
public boolean isRunning()
Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.