|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceRefHandlerChainsType<T>
This interface defines the contract for the service-ref_handler-chainsType
xsd type
Method Summary | |
---|---|
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 |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
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
element
ServiceRefHandlerChainType>
List<ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>>> getAllHandlerChain()
handler-chain
elements
handler-chain
ServiceRefHandlerChainsType<T> removeAllHandlerChain()
handler-chain
elements
ServiceRefHandlerChainType>
ServiceRefHandlerChainsType<T> id(String id)
id
attribute
id
- the value for the attribute id
ServiceRefHandlerChainsType
String getId()
id
attribute
id
ServiceRefHandlerChainsType<T> removeId()
id
attribute
ServiceRefHandlerChainsType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |