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.id(String id)
          Sets the id attribute
 ServiceRefHandlerChainsType<T> ServiceRefHandlerChainsType.removeAllHandlerChain()
          Removes all handler-chain elements
 ServiceRefHandlerChainsType<T> ServiceRefHandlerChainsType.removeId()
          Removes the id attribute
 

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.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.