|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebserviceDescriptionType<T>
This interface defines the contract for the webservice-descriptionType
xsd type
Original Documentation:
Runtime information about a web service.
wsdl-publish-location is optionally used to specify
where the final wsdl and any dependent files should be stored. This location
resides on the file system from which deployment is initiated.
Method Summary | |
---|---|
java.lang.String |
getConfigFile()
Returns the config-file element |
java.lang.String |
getConfigName()
Returns the config-name element |
java.lang.String |
getWebserviceDescriptionName()
Returns the webservice-description-name element |
java.lang.String |
getWsdlPublishLocation()
Returns the wsdl-publish-location element |
WebserviceDescriptionType<T> |
removeConfigFile()
Removes the config-file element |
WebserviceDescriptionType<T> |
removeConfigName()
Removes the config-name element |
WebserviceDescriptionType<T> |
removeWebserviceDescriptionName()
Removes the webservice-description-name element |
WebserviceDescriptionType<T> |
removeWsdlPublishLocation()
Removes the wsdl-publish-location element |
WebserviceDescriptionType<T> |
setConfigFile(java.lang.String configFile)
If not already created, a new config-file element with the given value will be created. |
WebserviceDescriptionType<T> |
setConfigName(java.lang.String configName)
If not already created, a new config-name element with the given value will be created. |
WebserviceDescriptionType<T> |
setWebserviceDescriptionName(java.lang.String webserviceDescriptionName)
If not already created, a new webservice-description-name element with the given value will be created. |
WebserviceDescriptionType<T> |
setWsdlPublishLocation(java.lang.String wsdlPublishLocation)
If not already created, a new wsdl-publish-location element with the given value will be created. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
WebserviceDescriptionType<T> setWebserviceDescriptionName(java.lang.String webserviceDescriptionName)
webservice-description-name
element with the given value will be created.
Otherwise, the existing webservice-description-name
element will be updated with the given value.
WebserviceDescriptionType
WebserviceDescriptionType<T> removeWebserviceDescriptionName()
webservice-description-name
element
WebserviceDescriptionType
java.lang.String getWebserviceDescriptionName()
webservice-description-name
element
webservice-description-name
WebserviceDescriptionType<T> setConfigName(java.lang.String configName)
config-name
element with the given value will be created.
Otherwise, the existing config-name
element will be updated with the given value.
WebserviceDescriptionType
WebserviceDescriptionType<T> removeConfigName()
config-name
element
WebserviceDescriptionType
java.lang.String getConfigName()
config-name
element
config-name
WebserviceDescriptionType<T> setConfigFile(java.lang.String configFile)
config-file
element with the given value will be created.
Otherwise, the existing config-file
element will be updated with the given value.
WebserviceDescriptionType
WebserviceDescriptionType<T> removeConfigFile()
config-file
element
WebserviceDescriptionType
java.lang.String getConfigFile()
config-file
element
config-file
WebserviceDescriptionType<T> setWsdlPublishLocation(java.lang.String wsdlPublishLocation)
wsdl-publish-location
element with the given value will be created.
Otherwise, the existing wsdl-publish-location
element will be updated with the given value.
WebserviceDescriptionType
WebserviceDescriptionType<T> removeWsdlPublishLocation()
wsdl-publish-location
element
WebserviceDescriptionType
java.lang.String getWsdlPublishLocation()
wsdl-publish-location
element
wsdl-publish-location
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |