public interface ServiceRefHandlerChainsType<T> extends Child<T>
service-ref_handler-chainsType
xsd typeModifier 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 |
ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>> |
getOrCreateHandlerChain()
If not already created, a new
handler-chain element will be created and returned. |
ServiceRefHandlerChainsType<T> |
removeAllHandlerChain()
Removes all
handler-chain elements |
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>
Copyright © 2013 JBoss by Red Hat. All rights reserved.