|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebserviceDescriptionType | |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbosscommon60 | Provides the interfaces and enumeration types as defined in the schema |
org.jboss.shrinkwrap.descriptor.api.jbossweb60 | Provides the interfaces and enumeration types as defined in the schema |
Uses of WebserviceDescriptionType in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 that return WebserviceDescriptionType | |
---|---|
WebserviceDescriptionType<T> |
WebserviceDescriptionType.configFile(String configFile)
Sets the config-file element |
WebserviceDescriptionType<T> |
WebserviceDescriptionType.configName(String configName)
Sets the config-name element |
WebserviceDescriptionType<T> |
WebserviceDescriptionType.id(String id)
Sets the id attribute |
WebserviceDescriptionType<T> |
WebserviceDescriptionType.removeConfigFile()
Removes the config-file element |
WebserviceDescriptionType<T> |
WebserviceDescriptionType.removeConfigName()
Removes the config-name element |
WebserviceDescriptionType<T> |
WebserviceDescriptionType.removeId()
Removes the id attribute |
WebserviceDescriptionType<T> |
WebserviceDescriptionType.removeWebserviceDescriptionName()
Removes the webservice-description-name element |
WebserviceDescriptionType<T> |
WebserviceDescriptionType.removeWsdlPublishLocation()
Removes the wsdl-publish-location element |
WebserviceDescriptionType<T> |
WebserviceDescriptionType.webserviceDescriptionName(String webserviceDescriptionName)
Sets the webservice-description-name element |
WebserviceDescriptionType<T> |
WebserviceDescriptionType.wsdlPublishLocation(String wsdlPublishLocation)
Sets the wsdl-publish-location element |
Uses of WebserviceDescriptionType in org.jboss.shrinkwrap.descriptor.api.jbossweb60 |
---|
Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 that return WebserviceDescriptionType | |
---|---|
WebserviceDescriptionType<JbossWebType<T>> |
JbossWebType.createWebserviceDescription()
Creates a new webservice-description element |
WebserviceDescriptionType<JbossWebDescriptor> |
JbossWebDescriptor.createWebserviceDescription()
Creates a new webservice-description element |
WebserviceDescriptionType<JbossWebType<T>> |
JbossWebType.getOrCreateWebserviceDescription()
If not already created, a new webservice-description element will be created and returned. |
WebserviceDescriptionType<JbossWebDescriptor> |
JbossWebDescriptor.getOrCreateWebserviceDescription()
If not already created, a new webservice-description element will be created and returned. |
Methods in org.jboss.shrinkwrap.descriptor.api.jbossweb60 that return types with arguments of type WebserviceDescriptionType | |
---|---|
List<WebserviceDescriptionType<JbossWebType<T>>> |
JbossWebType.getAllWebserviceDescription()
Returns all webservice-description elements |
List<WebserviceDescriptionType<JbossWebDescriptor>> |
JbossWebDescriptor.getAllWebserviceDescription()
Returns all webservice-description elements |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |