public interface HandlerChainsType<T> extends Child<T>
handler-chainsType
xsd typeModifier and Type | Method and Description |
---|---|
HandlerChainType<HandlerChainsType<T>> |
createHandlerChain()
Creates a new
handler-chain element |
List<HandlerChainType<HandlerChainsType<T>>> |
getAllHandlerChain()
Returns all
handler-chain elements |
String |
getId()
Returns the
id attribute |
HandlerChainType<HandlerChainsType<T>> |
getOrCreateHandlerChain()
If not already created, a new
handler-chain element will be created and returned. |
HandlerChainsType<T> |
id(String id)
Sets the
id attribute |
HandlerChainsType<T> |
removeAllHandlerChain()
Removes all
handler-chain elements |
HandlerChainsType<T> |
removeId()
Removes the
id attribute |
HandlerChainType<HandlerChainsType<T>> getOrCreateHandlerChain()
handler-chain
element will be created and returned.
Otherwise, the first existing handler-chain
element will be returned.handler-chain
HandlerChainType<HandlerChainsType<T>> createHandlerChain()
handler-chain
elementHandlerChainType>
List<HandlerChainType<HandlerChainsType<T>>> getAllHandlerChain()
handler-chain
elementshandler-chain
HandlerChainsType<T> removeAllHandlerChain()
handler-chain
elementsHandlerChainType>
HandlerChainsType<T> id(String id)
id
attributeid
- the value for the attribute id
HandlerChainsType
String getId()
id
attributeid
HandlerChainsType<T> removeId()
id
attributeHandlerChainsType
Copyright © 2024 JBoss by Red Hat. All rights reserved.