Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jbosscommon60 |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.shrinkwrap.descriptor.api.jbossweb60 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ServiceRefType<T> |
ServiceRefType.configFile(String configFile)
Sets the
config-file element |
ServiceRefType<T> |
ServiceRefType.configName(String configName)
Sets the
config-name element |
ServiceRefType<T> |
ServiceRefType.handlerChain(String handlerChain)
Sets the
handler-chain element |
ServiceRefType<T> |
ServiceRefType.id(String id)
Sets the
id attribute |
ServiceRefType<T> |
ServiceRefType.removeAllPortComponentRef()
Removes all
port-component-ref elements |
ServiceRefType<T> |
ServiceRefType.removeConfigFile()
Removes the
config-file element |
ServiceRefType<T> |
ServiceRefType.removeConfigName()
Removes the
config-name element |
ServiceRefType<T> |
ServiceRefType.removeHandlerChain()
Removes the
handler-chain element |
ServiceRefType<T> |
ServiceRefType.removeId()
Removes the
id attribute |
ServiceRefType<T> |
ServiceRefType.removeServiceImplClass()
Removes the
service-impl-class element |
ServiceRefType<T> |
ServiceRefType.removeServiceQname()
Removes the
service-qname element |
ServiceRefType<T> |
ServiceRefType.removeServiceRefName()
Removes the
service-ref-name element |
ServiceRefType<T> |
ServiceRefType.removeWsdlOverride()
Removes the
wsdl-override element |
ServiceRefType<T> |
ServiceRefType.serviceImplClass(String serviceImplClass)
Sets the
service-impl-class element |
ServiceRefType<T> |
ServiceRefType.serviceQname(String serviceQname)
Sets the
service-qname element |
ServiceRefType<T> |
ServiceRefType.serviceRefName(String serviceRefName)
Sets the
service-ref-name element |
ServiceRefType<T> |
ServiceRefType.wsdlOverride(String wsdlOverride)
Sets the
wsdl-override element |
Modifier and Type | Method and Description |
---|---|
PortComponentRefType<ServiceRefType<T>> |
ServiceRefType.createPortComponentRef()
Creates a new
port-component-ref element |
List<PortComponentRefType<ServiceRefType<T>>> |
ServiceRefType.getAllPortComponentRef()
Returns all
port-component-ref elements |
PortComponentRefType<ServiceRefType<T>> |
ServiceRefType.getOrCreatePortComponentRef()
If not already created, a new
port-component-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
ServiceRefType<JbossWebDescriptor> |
JbossWebDescriptor.createServiceRef()
Creates a new
service-ref element |
ServiceRefType<JbossWebDescriptor> |
JbossWebDescriptor.getOrCreateServiceRef()
If not already created, a new
service-ref element will be created and returned. |
Modifier and Type | Method and Description |
---|---|
List<ServiceRefType<JbossWebDescriptor>> |
JbossWebDescriptor.getAllServiceRef()
Returns all
service-ref elements |
Copyright © 2020 JBoss by Red Hat. All rights reserved.