Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jboss51.WebservicesType

Packages that use WebservicesType
org.jboss.shrinkwrap.descriptor.api.jboss51 Provides the interfaces and enumeration types as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jboss51 Provides the implementation classes as defined in the schema jboss_5_1.xsd 
 

Uses of WebservicesType in org.jboss.shrinkwrap.descriptor.api.jboss51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return WebservicesType
 WebservicesType<T> WebservicesType.removeAllWebserviceDescription()
          Removes all webservice-description elements
 WebservicesType<T> WebservicesType.removeContextRoot()
          Removes the context-root element
 WebservicesType<T> WebservicesType.setContextRoot(java.lang.String contextRoot)
          If not already created, a new context-root element with the given value will be created.
 WebservicesType<JbossType<T>> JbossType.webservices()
          If not already created, a new webservices element will be created and returned.
 WebservicesType<Jboss51Descriptor> Jboss51Descriptor.webservices()
          If not already created, a new webservices element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type WebservicesType
 java.util.List<WebserviceDescriptionType<WebservicesType<T>>> WebservicesType.getWebserviceDescriptionList()
          Returns all webservice-description elements
 WebserviceDescriptionType<WebservicesType<T>> WebservicesType.webserviceDescription()
          Returns the webservice-description element
 

Uses of WebservicesType in org.jboss.shrinkwrap.descriptor.impl.jboss51
 

Classes in org.jboss.shrinkwrap.descriptor.impl.jboss51 that implement WebservicesType
 class WebservicesTypeImpl<T>
          This class implements the webservicesType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return WebservicesType
 WebservicesType<T> WebservicesTypeImpl.removeAllWebserviceDescription()
          Removes all webservice-description elements
 WebservicesType<T> WebservicesTypeImpl.removeContextRoot()
          Removes the context-root element
 WebservicesType<T> WebservicesTypeImpl.setContextRoot(java.lang.String contextRoot)
          If not already created, a new context-root element with the given value will be created.
 WebservicesType<Jboss51Descriptor> Jboss51DescriptorImpl.webservices()
          If not already created, a new webservices element will be created and returned.
 WebservicesType<JbossType<T>> JbossTypeImpl.webservices()
          If not already created, a new webservices element will be created and returned.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return types with arguments of type WebservicesType
 java.util.List<WebserviceDescriptionType<WebservicesType<T>>> WebservicesTypeImpl.getWebserviceDescriptionList()
          Returns all webservice-description elements
 WebserviceDescriptionType<WebservicesType<T>> WebservicesTypeImpl.webserviceDescription()
          Returns the webservice-description element