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

All Superinterfaces:
Child<T>

public interface HandlerChainType<T>
extends Child<T>

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

Since:
Generation date :2013-01-26T19:26:59.858+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 HandlerType<HandlerChainType<T>> createHandler()
          Creates a new handler element
 List<HandlerType<HandlerChainType<T>>> getAllHandler()
          Returns all handler elements
 String getId()
          Returns the id attribute
 HandlerType<HandlerChainType<T>> getOrCreateHandler()
          If not already created, a new handler element will be created and returned.
 String getPortNamePattern()
          Returns the port-name-pattern element
 String getProtocolBindings()
          Returns the protocol-bindings element
 String getServiceNamePattern()
          Returns the service-name-pattern element
 HandlerChainType<T> id(String id)
          Sets the id attribute
 HandlerChainType<T> portNamePattern(String portNamePattern)
          Sets the port-name-pattern element
 HandlerChainType<T> protocolBindings(String protocolBindings)
          Sets the protocol-bindings element
 HandlerChainType<T> removeAllHandler()
          Removes all handler elements
 HandlerChainType<T> removeId()
          Removes the id attribute
 HandlerChainType<T> removePortNamePattern()
          Removes the port-name-pattern element
 HandlerChainType<T> removeProtocolBindings()
          Removes the protocol-bindings element
 HandlerChainType<T> removeServiceNamePattern()
          Removes the service-name-pattern element
 HandlerChainType<T> serviceNamePattern(String serviceNamePattern)
          Sets the service-name-pattern element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

serviceNamePattern

HandlerChainType<T> serviceNamePattern(String serviceNamePattern)
Sets the service-name-pattern element

Parameters:
serviceNamePattern - the value for the element service-name-pattern
Returns:
the current instance of HandlerChainType

getServiceNamePattern

String getServiceNamePattern()
Returns the service-name-pattern element

Returns:
the node defined for the element service-name-pattern

removeServiceNamePattern

HandlerChainType<T> removeServiceNamePattern()
Removes the service-name-pattern element

Returns:
the current instance of HandlerChainType

portNamePattern

HandlerChainType<T> portNamePattern(String portNamePattern)
Sets the port-name-pattern element

Parameters:
portNamePattern - the value for the element port-name-pattern
Returns:
the current instance of HandlerChainType

getPortNamePattern

String getPortNamePattern()
Returns the port-name-pattern element

Returns:
the node defined for the element port-name-pattern

removePortNamePattern

HandlerChainType<T> removePortNamePattern()
Removes the port-name-pattern element

Returns:
the current instance of HandlerChainType

protocolBindings

HandlerChainType<T> protocolBindings(String protocolBindings)
Sets the protocol-bindings element

Parameters:
protocolBindings - the value for the element protocol-bindings
Returns:
the current instance of HandlerChainType

getProtocolBindings

String getProtocolBindings()
Returns the protocol-bindings element

Returns:
the node defined for the element protocol-bindings

removeProtocolBindings

HandlerChainType<T> removeProtocolBindings()
Removes the protocol-bindings element

Returns:
the current instance of HandlerChainType

getOrCreateHandler

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

Returns:
the instance defined for the element handler

createHandler

HandlerType<HandlerChainType<T>> createHandler()
Creates a new handler element

Returns:
the new created instance of HandlerType>

getAllHandler

List<HandlerType<HandlerChainType<T>>> getAllHandler()
Returns all handler elements

Returns:
list of handler

removeAllHandler

HandlerChainType<T> removeAllHandler()
Removes all handler elements

Returns:
the current instance of HandlerType>

id

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

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

getId

String getId()
Returns the id attribute

Returns:
the value defined for the attribute id

removeId

HandlerChainType<T> removeId()
Removes the id attribute

Returns:
the current instance of HandlerChainType


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