|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebservicesType<T>
This interface defines the contract for the webservicesType
xsd type
Method Summary | |
---|---|
java.lang.String |
getContextRoot()
Returns the context-root element |
java.util.List<WebserviceDescriptionType<WebservicesType<T>>> |
getWebserviceDescriptionList()
Returns all webservice-description elements |
WebservicesType<T> |
removeAllWebserviceDescription()
Removes all webservice-description elements |
WebservicesType<T> |
removeContextRoot()
Removes the context-root element |
WebservicesType<T> |
setContextRoot(java.lang.String contextRoot)
If not already created, a new context-root element with the given value will be created. |
WebserviceDescriptionType<WebservicesType<T>> |
webserviceDescription()
Returns the webservice-description element |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
WebservicesType<T> setContextRoot(java.lang.String contextRoot)
context-root
element with the given value will be created.
Otherwise, the existing context-root
element will be updated with the given value.
WebservicesType
WebservicesType<T> removeContextRoot()
context-root
element
WebservicesType
java.lang.String getContextRoot()
context-root
element
context-root
WebservicesType<T> removeAllWebserviceDescription()
webservice-description
elements
WebservicesType
WebserviceDescriptionType<WebservicesType<T>> webserviceDescription()
webservice-description
element
webservice-description
java.util.List<WebserviceDescriptionType<WebservicesType<T>>> getWebserviceDescriptionList()
webservice-description
elements
webservice-description
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |