Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jboss51 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
WebservicesType<T> |
WebservicesType.contextRoot(String contextRoot)
Sets the
context-root element |
WebservicesType<JbossType<T>> |
JbossType.getOrCreateWebservices()
If not already created, a new
webservices element with the given value will be created. |
WebservicesType<JbossDescriptor> |
JbossDescriptor.getOrCreateWebservices()
If not already created, a new
webservices element with the given value will be created. |
WebservicesType<T> |
WebservicesType.removeAllWebserviceDescription()
Removes all
webservice-description elements |
WebservicesType<T> |
WebservicesType.removeContextRoot()
Removes the
context-root element |
Modifier and Type | Method and Description |
---|---|
WebserviceDescriptionType<WebservicesType<T>> |
WebservicesType.createWebserviceDescription()
Creates a new
webservice-description element |
List<WebserviceDescriptionType<WebservicesType<T>>> |
WebservicesType.getAllWebserviceDescription()
Returns all
webservice-description elements |
WebserviceDescriptionType<WebservicesType<T>> |
WebservicesType.getOrCreateWebserviceDescription()
If not already created, a new
webservice-description element will be created and returned. |
Copyright © 2015 JBoss by Red Hat. All rights reserved.