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

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>

id

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

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

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

ServiceRefHandlerChainsType<T> removeId()
Removes the id attribute

Returns:
the current instance of ServiceRefHandlerChainsType


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