ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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 
 

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.createHandlerChain()
          Creates a new handler-chain element
 ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>> ServiceRefHandlerChainsType.getOrCreateHandlerChain()
          If not already created, a new handler-chain element will be created and returned.
 ServiceRefHandlerChainType<T> ServiceRefHandlerChainType.portNamePattern(String portNamePattern)
          Sets the port-name-pattern element
 ServiceRefHandlerChainType<T> ServiceRefHandlerChainType.protocolBindings(String protocolBindings)
          Sets the protocol-bindings 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.serviceNamePattern(String serviceNamePattern)
          Sets the service-name-pattern element
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 that return types with arguments of type ServiceRefHandlerChainType
 ServiceRefHandlerType<ServiceRefHandlerChainType<T>> ServiceRefHandlerChainType.createHandler()
          Creates a new handler element
 List<ServiceRefHandlerType<ServiceRefHandlerChainType<T>>> ServiceRefHandlerChainType.getAllHandler()
          Returns all handler elements
 List<ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>>> ServiceRefHandlerChainsType.getAllHandlerChain()
          Returns all handler-chain elements
 ServiceRefHandlerType<ServiceRefHandlerChainType<T>> ServiceRefHandlerChainType.getOrCreateHandler()
          If not already created, a new handler element will be created and returned.
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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