org.ow2.jonas.ws.axis2.jaxws
Class WebservicesContainer<T extends IWebServiceEndpoint>

java.lang.Object
  extended by org.ow2.jonas.ws.jaxws.base.JAXWSWebservicesContainer<T>
      extended by org.ow2.jonas.ws.axis2.jaxws.WebservicesContainer<T>
All Implemented Interfaces:
IWebservicesContainer<T>

public class WebservicesContainer<T extends IWebServiceEndpoint>
extends JAXWSWebservicesContainer<T>


Constructor Summary
WebservicesContainer(String name)
           
 
Method Summary
 void start()
          Starts the container.
 void stop()
          Stops the container.
 
Methods inherited from class org.ow2.jonas.ws.jaxws.base.JAXWSWebservicesContainer
addEndpoint, findUpdatedURL, getEndpoints, getName, getWsdlPublicationDirectory, removeEndpoint, setWsdlPublicationDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebservicesContainer

public WebservicesContainer(String name)
Method Detail

start

public void start()
Starts the container. Recursively starts inner endpoints.

Specified by:
start in interface IWebservicesContainer<T extends IWebServiceEndpoint>
Overrides:
start in class JAXWSWebservicesContainer<T extends IWebServiceEndpoint>

stop

public void stop()
Stops the container. Recursively stops inner endpoints.

Specified by:
stop in interface IWebservicesContainer<T extends IWebServiceEndpoint>
Overrides:
stop in class JAXWSWebservicesContainer<T extends IWebServiceEndpoint>


Copyright © 2010 OW2 Consortium. All Rights Reserved.