
public interface HandlerChainsType<T> extends Child<T>
handler-chainsType xsd type| Modifier 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-chainHandlerChainType<HandlerChainsType<T>> createHandlerChain()
handler-chain elementHandlerChainType> List<HandlerChainType<HandlerChainsType<T>>> getAllHandlerChain()
handler-chain elementshandler-chainHandlerChainsType<T> removeAllHandlerChain()
handler-chain elementsHandlerChainType> HandlerChainsType<T> id(String id)
id attributeid - the value for the attribute idHandlerChainsTypeString getId()
id attributeidHandlerChainsType<T> removeId()
id attributeHandlerChainsTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.