org.jboss.ejb3.metamodel
Class Webservices

java.lang.Object
  extended by org.jboss.ejb3.metamodel.Webservices

public class Webservices
extends Object


Constructor Summary
Webservices()
           
 
Method Summary
 String getContextRoot()
           
 List<WebserviceDescription> getWebserviceDescriptions()
           
 void setContextRoot(String contextRoot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Webservices

public Webservices()
Method Detail

getContextRoot

public String getContextRoot()

setContextRoot

public void setContextRoot(String contextRoot)

getWebserviceDescriptions

public List<WebserviceDescription> getWebserviceDescriptions()


Copyright © 2009 JBoss Inc.. All Rights Reserved.