ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13
Interface HandlerChainsType<T>

All Superinterfaces:
Child<T>

public interface HandlerChainsType<T>
extends Child<T>

This interface defines the contract for the handler-chainsType xsd type

Since:
Generation date :2012-05-09T23:45:05.33-07:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 HandlerChainType<HandlerChainsType<T>> createHandlerChain()
          Creates a new handler-chain element
 List<HandlerChainType<HandlerChainsType<T>>> getAllHandlerChain()
          Returns all handler-chain elements
 HandlerChainType<HandlerChainsType<T>> getOrCreateHandlerChain()
          If not already created, a new handler-chain element will be created and returned.
 HandlerChainsType<T> removeAllHandlerChain()
          Removes all handler-chain elements
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

getOrCreateHandlerChain

HandlerChainType<HandlerChainsType<T>> getOrCreateHandlerChain()
If not already created, a new handler-chain element will be created and returned. Otherwise, the first existing handler-chain element will be returned.

Returns:
the instance defined for the element handler-chain

createHandlerChain

HandlerChainType<HandlerChainsType<T>> createHandlerChain()
Creates a new handler-chain element

Returns:
the new created instance of HandlerChainType>

getAllHandlerChain

List<HandlerChainType<HandlerChainsType<T>>> getAllHandlerChain()
Returns all handler-chain elements

Returns:
list of handler-chain

removeAllHandlerChain

HandlerChainsType<T> removeAllHandlerChain()
Removes all handler-chain elements

Returns:
the current instance of HandlerChainType>

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.