ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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 
 

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.getOrCreateHandlerChains()
          If not already created, a new handler-chains element with the given value will be created.
 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
 ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>> ServiceRefHandlerChainsType.createHandlerChain()
          Creates a new handler-chain element
 List<ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>>> ServiceRefHandlerChainsType.getAllHandlerChain()
          Returns all handler-chain elements
 ServiceRefHandlerChainType<ServiceRefHandlerChainsType<T>> ServiceRefHandlerChainsType.getOrCreateHandlerChain()
          If not already created, a new handler-chain 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.