Modifier and Type | Method and Description |
---|---|
ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>> |
createHandlerChain()
Creates a new
handler-chain element |
List<ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>>> |
getAllHandlerChain()
Returns all
handler-chain elements |
String |
getId()
Returns the
id attribute |
ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>> |
getOrCreateHandlerChain()
If not already created, a new
handler-chain element will be created and returned. |
ServiceRefHandlerChainsType<T> |
id(String id)
Sets the
id attribute |
ServiceRefHandlerChainsType<T> |
removeAllHandlerChain()
Removes all
handler-chain elements |
ServiceRefHandlerChainsType<T> |
removeId()
Removes the
id attribute |
ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>> getOrCreateHandlerChain()
handler-chain
element will be created and returned.
Otherwise, the first existing handler-chain
element will be returned.handler-chain
ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>> createHandlerChain()
handler-chain
elementServiceRefHandlerChainType>
List<ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>>> getAllHandlerChain()
handler-chain
elementshandler-chain
ServiceRefHandlerChainsType<T> removeAllHandlerChain()
handler-chain
elementsServiceRefHandlerChainType>
ServiceRefHandlerChainsType<T> id(String id)
id
attributeid
- the value for the attribute id
ServiceRefHandlerChainsType
String getId()
id
attributeid
ServiceRefHandlerChainsType<T> removeId()
id
attributeServiceRefHandlerChainsType
Copyright © 2024 JBoss by Red Hat. All rights reserved.