org.ow2.jonas.generators.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
 String getContextRoot()
           
 List getServiceDescs()
          Returns the list of webservice-description elements contained by a module.
 

Method Detail

getServiceDescs

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

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


Copyright © 2010 OW2 Consortium. All Rights Reserved.