Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12.ServiceRefHandlerChainType

Packages that use ServiceRefHandlerChainType
org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 Provides the interfaces and enumeration types as defined in the schema javaee_web_services_client_1_2.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12 Provides the implementation classes as defined in the schema javaee_web_services_client_1_2.xsd 
 

Uses of ServiceRefHandlerChainType in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 that return ServiceRefHandlerChainType
 ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>> ServiceRefHandlerChainsType.handlerChain()
          Returns the handler-chain element
 ServiceRefHandlerChainType<T> ServiceRefHandlerChainType.removeAllHandler()
          Removes all handler elements
 ServiceRefHandlerChainType<T> ServiceRefHandlerChainType.removePortNamePattern()
          Removes the port-name-pattern element
 ServiceRefHandlerChainType<T> ServiceRefHandlerChainType.removeProtocolBindings()
          Removes the protocol-bindings element
 ServiceRefHandlerChainType<T> ServiceRefHandlerChainType.removeServiceNamePattern()
          Removes the service-name-pattern element
 ServiceRefHandlerChainType<T> ServiceRefHandlerChainType.setPortNamePattern(java.lang.String portNamePattern)
          If not already created, a new port-name-pattern element with the given value will be created.
 ServiceRefHandlerChainType<T> ServiceRefHandlerChainType.setServiceNamePattern(java.lang.String serviceNamePattern)
          If not already created, a new service-name-pattern element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 that return types with arguments of type ServiceRefHandlerChainType
 java.util.List<ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>>> ServiceRefHandlerChainsType.getHandlerChainList()
          Returns all handler-chain elements
 java.util.List<ServiceRefHandlerType<ServiceRefHandlerChainType<T>>> ServiceRefHandlerChainType.getHandlerList()
          Returns all handler elements
 ServiceRefHandlerType<ServiceRefHandlerChainType<T>> ServiceRefHandlerChainType.handler()
          Returns the handler element
 ServiceRefProtocolBindingListType<ServiceRefHandlerChainType<T>> ServiceRefHandlerChainType.protocolBindings()
          If not already created, a new protocol-bindings element will be created and returned.
 

Uses of ServiceRefHandlerChainType in org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12
 

Classes in org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12 that implement ServiceRefHandlerChainType
 class ServiceRefHandlerChainTypeImpl<T>
          This class implements the service-ref_handler-chainType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12 that return ServiceRefHandlerChainType
 ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>> ServiceRefHandlerChainsTypeImpl.handlerChain()
          Returns the handler-chain element
 ServiceRefHandlerChainType<T> ServiceRefHandlerChainTypeImpl.removeAllHandler()
          Removes all handler elements
 ServiceRefHandlerChainType<T> ServiceRefHandlerChainTypeImpl.removePortNamePattern()
          Removes the port-name-pattern element
 ServiceRefHandlerChainType<T> ServiceRefHandlerChainTypeImpl.removeProtocolBindings()
          Removes the protocol-bindings element
 ServiceRefHandlerChainType<T> ServiceRefHandlerChainTypeImpl.removeServiceNamePattern()
          Removes the service-name-pattern element
 ServiceRefHandlerChainType<T> ServiceRefHandlerChainTypeImpl.setPortNamePattern(java.lang.String portNamePattern)
          If not already created, a new port-name-pattern element with the given value will be created.
 ServiceRefHandlerChainType<T> ServiceRefHandlerChainTypeImpl.setServiceNamePattern(java.lang.String serviceNamePattern)
          If not already created, a new service-name-pattern element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12 that return types with arguments of type ServiceRefHandlerChainType
 java.util.List<ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>>> ServiceRefHandlerChainsTypeImpl.getHandlerChainList()
          Returns all handler-chain elements
 java.util.List<ServiceRefHandlerType<ServiceRefHandlerChainType<T>>> ServiceRefHandlerChainTypeImpl.getHandlerList()
          Returns all handler elements
 ServiceRefHandlerType<ServiceRefHandlerChainType<T>> ServiceRefHandlerChainTypeImpl.handler()
          Returns the handler element
 ServiceRefProtocolBindingListType<ServiceRefHandlerChainType<T>> ServiceRefHandlerChainTypeImpl.protocolBindings()
          If not already created, a new protocol-bindings element will be created and returned.