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

Packages that use ServiceRefHandlerChainsType
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 ServiceRefHandlerChainsType in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 that return ServiceRefHandlerChainsType
 ServiceRefHandlerChainsType<ServiceRefType<T>> ServiceRefType.handlerChains()
          If not already created, a new handler-chains element will be created and returned.
 ServiceRefHandlerChainsType<T> ServiceRefHandlerChainsType.removeAllHandlerChain()
          Removes all handler-chain elements
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 that return types with arguments of type ServiceRefHandlerChainsType
 java.util.List<ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>>> ServiceRefHandlerChainsType.getHandlerChainList()
          Returns all handler-chain elements
 ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>> ServiceRefHandlerChainsType.handlerChain()
          Returns the handler-chain element
 

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

Classes in org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12 that implement ServiceRefHandlerChainsType
 class ServiceRefHandlerChainsTypeImpl<T>
          This class implements the service-ref_handler-chainsType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12 that return ServiceRefHandlerChainsType
 ServiceRefHandlerChainsType<ServiceRefType<T>> ServiceRefTypeImpl.handlerChains()
          If not already created, a new handler-chains element will be created and returned.
 ServiceRefHandlerChainsType<T> ServiceRefHandlerChainsTypeImpl.removeAllHandlerChain()
          Removes all handler-chain elements
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12 that return types with arguments of type ServiceRefHandlerChainsType
 java.util.List<ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>>> ServiceRefHandlerChainsTypeImpl.getHandlerChainList()
          Returns all handler-chain elements
 ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>> ServiceRefHandlerChainsTypeImpl.handlerChain()
          Returns the handler-chain element