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