Uses of Interface
org.jboss.shrinkwrap.descriptor.api.jbosscommon51.WebserviceDescriptionType

Packages that use WebserviceDescriptionType
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.api.jbosscommon51 Provides the interfaces and enumeration types as defined in the schema jboss-common_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jboss51 Provides the implementation classes as defined in the schema jboss_5_1.xsd 
org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 Provides the implementation classes as defined in the schema jboss-common_5_1.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.jboss51 that return WebserviceDescriptionType
 WebserviceDescriptionType<WebservicesType<T>> WebservicesType.webserviceDescription()
          Returns the webservice-description element
 

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

Uses of WebserviceDescriptionType in org.jboss.shrinkwrap.descriptor.api.jbosscommon51
 

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return WebserviceDescriptionType
 WebserviceDescriptionType<T> WebserviceDescriptionType.removeConfigFile()
          Removes the config-file element
 WebserviceDescriptionType<T> WebserviceDescriptionType.removeConfigName()
          Removes the config-name element
 WebserviceDescriptionType<T> WebserviceDescriptionType.removeWebserviceDescriptionName()
          Removes the webservice-description-name element
 WebserviceDescriptionType<T> WebserviceDescriptionType.removeWsdlPublishLocation()
          Removes the wsdl-publish-location element
 WebserviceDescriptionType<T> WebserviceDescriptionType.setConfigFile(java.lang.String configFile)
          If not already created, a new config-file element with the given value will be created.
 WebserviceDescriptionType<T> WebserviceDescriptionType.setConfigName(java.lang.String configName)
          If not already created, a new config-name element with the given value will be created.
 WebserviceDescriptionType<T> WebserviceDescriptionType.setWebserviceDescriptionName(java.lang.String webserviceDescriptionName)
          If not already created, a new webservice-description-name element with the given value will be created.
 WebserviceDescriptionType<T> WebserviceDescriptionType.setWsdlPublishLocation(java.lang.String wsdlPublishLocation)
          If not already created, a new wsdl-publish-location element with the given value will be created.
 

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

Methods in org.jboss.shrinkwrap.descriptor.impl.jboss51 that return WebserviceDescriptionType
 WebserviceDescriptionType<WebservicesType<T>> WebservicesTypeImpl.webserviceDescription()
          Returns the webservice-description element
 

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

Uses of WebserviceDescriptionType in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51
 

Classes in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that implement WebserviceDescriptionType
 class WebserviceDescriptionTypeImpl<T>
          This class implements the webservice-descriptionType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return WebserviceDescriptionType
 WebserviceDescriptionType<T> WebserviceDescriptionTypeImpl.removeConfigFile()
          Removes the config-file element
 WebserviceDescriptionType<T> WebserviceDescriptionTypeImpl.removeConfigName()
          Removes the config-name element
 WebserviceDescriptionType<T> WebserviceDescriptionTypeImpl.removeWebserviceDescriptionName()
          Removes the webservice-description-name element
 WebserviceDescriptionType<T> WebserviceDescriptionTypeImpl.removeWsdlPublishLocation()
          Removes the wsdl-publish-location element
 WebserviceDescriptionType<T> WebserviceDescriptionTypeImpl.setConfigFile(java.lang.String configFile)
          If not already created, a new config-file element with the given value will be created.
 WebserviceDescriptionType<T> WebserviceDescriptionTypeImpl.setConfigName(java.lang.String configName)
          If not already created, a new config-name element with the given value will be created.
 WebserviceDescriptionType<T> WebserviceDescriptionTypeImpl.setWebserviceDescriptionName(java.lang.String webserviceDescriptionName)
          If not already created, a new webservice-description-name element with the given value will be created.
 WebserviceDescriptionType<T> WebserviceDescriptionTypeImpl.setWsdlPublishLocation(java.lang.String wsdlPublishLocation)
          If not already created, a new wsdl-publish-location element with the given value will be created.