Uses of Interface
org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13.HandlerChainType

Packages that use HandlerChainType
org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13 Provides the interfaces and enumeration types as defined in the schema 
 

Uses of HandlerChainType in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13 that return HandlerChainType
 HandlerChainType<HandlerChainsType<T>> HandlerChainsType.createHandlerChain()
          Creates a new handler-chain element
 HandlerChainType<HandlerChainsType<T>> HandlerChainsType.getOrCreateHandlerChain()
          If not already created, a new handler-chain element will be created and returned.
 HandlerChainType<T> HandlerChainType.id(String id)
          Sets the id attribute
 HandlerChainType<T> HandlerChainType.portNamePattern(String portNamePattern)
          Sets the port-name-pattern element
 HandlerChainType<T> HandlerChainType.protocolBindings(String protocolBindings)
          Sets the protocol-bindings element
 HandlerChainType<T> HandlerChainType.removeAllHandler()
          Removes all handler elements
 HandlerChainType<T> HandlerChainType.removeId()
          Removes the id attribute
 HandlerChainType<T> HandlerChainType.removePortNamePattern()
          Removes the port-name-pattern element
 HandlerChainType<T> HandlerChainType.removeProtocolBindings()
          Removes the protocol-bindings element
 HandlerChainType<T> HandlerChainType.removeServiceNamePattern()
          Removes the service-name-pattern element
 HandlerChainType<T> HandlerChainType.serviceNamePattern(String serviceNamePattern)
          Sets the service-name-pattern element
 

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



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