|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12.ServiceRefHandlerChainsTypeImpl<T>
public class ServiceRefHandlerChainsTypeImpl<T>
This class implements the service-ref_handler-chainsType
xsd type
Original Documentation:
The handler-chains element defines the handlerchains associated with this
service or service endpoint.
Constructor Summary | |
---|---|
ServiceRefHandlerChainsTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
ServiceRefHandlerChainsTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
Method Summary | |
---|---|
java.util.List<ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>>> |
getHandlerChainList()
Returns all handler-chain elements |
ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>> |
handlerChain()
Returns the handler-chain element |
ServiceRefHandlerChainsType<T> |
removeAllHandlerChain()
Removes all handler-chain elements |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceRefHandlerChainsTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public ServiceRefHandlerChainsTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public ServiceRefHandlerChainsType<T> removeAllHandlerChain()
handler-chain
elements
removeAllHandlerChain
in interface ServiceRefHandlerChainsType<T>
ServiceRefHandlerChainsType
public ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>> handlerChain()
handler-chain
element
handlerChain
in interface ServiceRefHandlerChainsType<T>
handler-chain
public java.util.List<ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>>> getHandlerChainList()
handler-chain
elements
getHandlerChainList
in interface ServiceRefHandlerChainsType<T>
handler-chain
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |