org.objectweb.jonas_lib.genbase.archive
Interface WsEndpoint

All Known Implementing Classes:
DummyWebApp, EjbJar, WebApp

public interface WsEndpoint

represent an element containing webservices.xml file (webapp, ejbjar)

Author:
Guillaume Sauthier

Method Summary
 java.lang.String getContextRoot()
           
 java.util.List getServiceDescs()
          Returns the list of webservice-description elements contained by a module.
 

Method Detail

getServiceDescs

java.util.List getServiceDescs()
Returns the list of webservice-description elements contained by a module.

Returns:
the list of webservice-description elements contained by a module.

getContextRoot

java.lang.String getContextRoot()
Returns:
Returns the context-root to use for this group of Services.