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 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return WebservicesType
 WebservicesType<T> WebservicesType.contextRoot(String contextRoot)
          Sets the context-root element
 WebservicesType<JbossType<T>> JbossType.getOrCreateWebservices()
          If not already created, a new webservices element with the given value will be created.
 WebservicesType<JbossDescriptor> JbossDescriptor.getOrCreateWebservices()
          If not already created, a new webservices element with the given value will be created.
 WebservicesType<T> WebservicesType.id(String id)
          Sets the id attribute
 WebservicesType<T> WebservicesType.removeAllWebserviceDescription()
          Removes all webservice-description elements
 WebservicesType<T> WebservicesType.removeContextRoot()
          Removes the context-root element
 WebservicesType<T> WebservicesType.removeId()
          Removes the id attribute
 

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return types with arguments of type WebservicesType
 WebserviceDescriptionType<WebservicesType<T>> WebservicesType.createWebserviceDescription()
          Creates a new webservice-description element
 List<WebserviceDescriptionType<WebservicesType<T>>> WebservicesType.getAllWebserviceDescription()
          Returns all webservice-description elements
 WebserviceDescriptionType<WebservicesType<T>> WebservicesType.getOrCreateWebserviceDescription()
          If not already created, a new webservice-description element will be created and returned.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.