|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.jbosscommon51.WebserviceDescriptionTypeImpl<T>
public class WebserviceDescriptionTypeImpl<T>
This class implements 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.
Constructor Summary | |
---|---|
WebserviceDescriptionTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
WebserviceDescriptionTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
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. |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebserviceDescriptionTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public WebserviceDescriptionTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public 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.
setWebserviceDescriptionName
in interface WebserviceDescriptionType<T>
WebserviceDescriptionType
public WebserviceDescriptionType<T> removeWebserviceDescriptionName()
webservice-description-name
element
removeWebserviceDescriptionName
in interface WebserviceDescriptionType<T>
WebserviceDescriptionType
public java.lang.String getWebserviceDescriptionName()
webservice-description-name
element
getWebserviceDescriptionName
in interface WebserviceDescriptionType<T>
webservice-description-name
public 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.
setConfigName
in interface WebserviceDescriptionType<T>
WebserviceDescriptionType
public WebserviceDescriptionType<T> removeConfigName()
config-name
element
removeConfigName
in interface WebserviceDescriptionType<T>
WebserviceDescriptionType
public java.lang.String getConfigName()
config-name
element
getConfigName
in interface WebserviceDescriptionType<T>
config-name
public 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.
setConfigFile
in interface WebserviceDescriptionType<T>
WebserviceDescriptionType
public WebserviceDescriptionType<T> removeConfigFile()
config-file
element
removeConfigFile
in interface WebserviceDescriptionType<T>
WebserviceDescriptionType
public java.lang.String getConfigFile()
config-file
element
getConfigFile
in interface WebserviceDescriptionType<T>
config-file
public 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.
setWsdlPublishLocation
in interface WebserviceDescriptionType<T>
WebserviceDescriptionType
public WebserviceDescriptionType<T> removeWsdlPublishLocation()
wsdl-publish-location
element
removeWsdlPublishLocation
in interface WebserviceDescriptionType<T>
WebserviceDescriptionType
public java.lang.String getWsdlPublishLocation()
wsdl-publish-location
element
getWsdlPublishLocation
in interface WebserviceDescriptionType<T>
wsdl-publish-location
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |