ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

All Superinterfaces:
Child<T>

public interface ServiceRefHandlerChainType<T>
extends Child<T>

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

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

Method Summary
 ServiceRefHandlerType<ServiceRefHandlerChainType<T>> createHandler()
          Creates a new handler element
 List<ServiceRefHandlerType<ServiceRefHandlerChainType<T>>> getAllHandler()
          Returns all handler elements
 ServiceRefHandlerType<ServiceRefHandlerChainType<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
 ServiceRefHandlerChainType<T> portNamePattern(String portNamePattern)
          Sets the port-name-pattern element
 ServiceRefHandlerChainType<T> protocolBindings(String protocolBindings)
          Sets the protocol-bindings element
 ServiceRefHandlerChainType<T> removeAllHandler()
          Removes all handler elements
 ServiceRefHandlerChainType<T> removePortNamePattern()
          Removes the port-name-pattern element
 ServiceRefHandlerChainType<T> removeProtocolBindings()
          Removes the protocol-bindings element
 ServiceRefHandlerChainType<T> removeServiceNamePattern()
          Removes the service-name-pattern element
 ServiceRefHandlerChainType<T> serviceNamePattern(String serviceNamePattern)
          Sets the service-name-pattern element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

serviceNamePattern

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

getServiceNamePattern

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

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

removeServiceNamePattern

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

Returns:
the current instance of ServiceRefHandlerChainType

portNamePattern

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

getPortNamePattern

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

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

removePortNamePattern

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

Returns:
the current instance of ServiceRefHandlerChainType

protocolBindings

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

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

getProtocolBindings

String getProtocolBindings()
Returns the protocol-bindings element

Returns:
the node defined for the element protocol-bindings

removeProtocolBindings

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

Returns:
the current instance of ServiceRefHandlerChainType

getOrCreateHandler

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

ServiceRefHandlerType<ServiceRefHandlerChainType<T>> createHandler()
Creates a new handler element

Returns:
the new created instance of ServiceRefHandlerType>

getAllHandler

List<ServiceRefHandlerType<ServiceRefHandlerChainType<T>>> getAllHandler()
Returns all handler elements

Returns:
list of handler

removeAllHandler

ServiceRefHandlerChainType<T> removeAllHandler()
Removes all handler elements

Returns:
the current instance of ServiceRefHandlerType>

ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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