ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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 :2012-05-09T23:45:05.33-07: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
 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> 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> 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>

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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