org.ow2.petals.binding.soap.listener.incoming.jetty
Class SoapServletServer

java.lang.Object
  extended by org.ow2.petals.binding.soap.listener.incoming.jetty.SoapServletServer

public class SoapServletServer
extends java.lang.Object

Author:
aruffie

Field Summary
protected static java.lang.String SOAP_SERVICES_DISPATCHER_SERVLET_NAME
           
protected static java.lang.String SOAP_SERVICES_LISTING_SERVLET_NAME
           
protected static java.lang.String WELCOME_SERVLET_NAME
           
 
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)
           
 
Method Summary
 boolean isRunning()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

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.