Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jbosscommon51 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
WebserviceDescriptionType<WebservicesType<T>> |
WebservicesType.createWebserviceDescription()
Creates a new
webservice-description element |
WebserviceDescriptionType<WebservicesType<T>> |
WebservicesType.getOrCreateWebserviceDescription()
If not already created, a new
webservice-description element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<WebserviceDescriptionType<WebservicesType<T>>> |
WebservicesType.getAllWebserviceDescription()
Returns all
webservice-description elements |
Modifier and Type | Method and Description |
---|---|
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 |
Copyright © 2021 JBoss by Red Hat. All rights reserved.