ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12
Interface ServiceRefHandlerChainsType<T>

All Superinterfaces:
Child<T>

public interface ServiceRefHandlerChainsType<T>
extends Child<T>

This interface defines the contract for the service-ref_handler-chainsType xsd type

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

Method Summary
 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
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

getOrCreateHandlerChain

ServiceRefHandlerChainType<ServiceRefHandlerChainsType<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

ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>> createHandlerChain()
Creates a new handler-chain element

Returns:
the new created instance of ServiceRefHandlerChainType>

getAllHandlerChain

List<ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>>> getAllHandlerChain()
Returns all handler-chain elements

Returns:
list of handler-chain

removeAllHandlerChain

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

Returns:
the current instance of ServiceRefHandlerChainType>

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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