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 :2013-01-26T19:26:59.858+01: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
 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
 
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>

id

HandlerChainsType<T> id(String id)
Sets the id attribute

Parameters:
id - the value for the attribute id
Returns:
the current instance of HandlerChainsType

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

HandlerChainsType<T> removeId()
Removes the id attribute

Returns:
the current instance of HandlerChainsType


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.