| Package | Description |
|---|---|
| org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 |
Provides the interfaces and enumeration types as defined in the schema
|
| Modifier and Type | Method and Description |
|---|---|
ServiceRefHandlerChainsType<ServiceRefType<T>> |
ServiceRefType.getOrCreateHandlerChains()
If not already created, a new
handler-chains element with the given value will be created. |
ServiceRefHandlerChainsType<T> |
ServiceRefHandlerChainsType.id(String id)
Sets the
id attribute |
ServiceRefHandlerChainsType<T> |
ServiceRefHandlerChainsType.removeAllHandlerChain()
Removes all
handler-chain elements |
ServiceRefHandlerChainsType<T> |
ServiceRefHandlerChainsType.removeId()
Removes the
id attribute |
| Modifier and Type | Method and Description |
|---|---|
ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>> |
ServiceRefHandlerChainsType.createHandlerChain()
Creates a new
handler-chain element |
List<ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>>> |
ServiceRefHandlerChainsType.getAllHandlerChain()
Returns all
handler-chain elements |
ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>> |
ServiceRefHandlerChainsType.getOrCreateHandlerChain()
If not already created, a new
handler-chain element will be created and returned. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.