ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13 that return HandlerType
 HandlerType<HandlerChainType<T>> HandlerChainType.createHandler()
          Creates a new handler element
 HandlerType<ServiceRefType<T>> ServiceRefType.createHandler()
          Creates a new handler element
 HandlerType<T> HandlerType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 HandlerType<T> HandlerType.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 HandlerType<HandlerChainType<T>> HandlerChainType.getOrCreateHandler()
          If not already created, a new handler element will be created and returned.
 HandlerType<ServiceRefType<T>> ServiceRefType.getOrCreateHandler()
          If not already created, a new handler element will be created and returned.
 HandlerType<T> HandlerType.handlerClass(String handlerClass)
          Sets the handler-class element
 HandlerType<T> HandlerType.handlerName(String handlerName)
          Sets the handler-name element
 HandlerType<T> HandlerType.portName(String... values)
          Creates for all String objects representing port-name elements, a new port-name element
 HandlerType<T> HandlerType.removeAllDescription()
          Removes the description element
 HandlerType<T> HandlerType.removeAllDisplayName()
          Removes the display-name element
 HandlerType<T> HandlerType.removeAllIcon()
          Removes all icon elements
 HandlerType<T> HandlerType.removeAllInitParam()
          Removes all init-param elements
 HandlerType<T> HandlerType.removeAllPortName()
          Removes the port-name element
 HandlerType<T> HandlerType.removeAllSoapHeader()
          Removes the soap-header element
 HandlerType<T> HandlerType.removeAllSoapRole()
          Removes the soap-role element
 HandlerType<T> HandlerType.removeHandlerClass()
          Removes the handler-class element
 HandlerType<T> HandlerType.removeHandlerName()
          Removes the handler-name element
 HandlerType<T> HandlerType.soapHeader(String... values)
          Creates for all String objects representing soap-header elements, a new soap-header element
 HandlerType<T> HandlerType.soapRole(String... values)
          Creates for all String objects representing soap-role elements, a new soap-role element
 

Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient13 that return types with arguments of type HandlerType
 IconType<HandlerType<T>> HandlerType.createIcon()
          Creates a new icon element
 ParamValueType<HandlerType<T>> HandlerType.createInitParam()
          Creates a new init-param element
 List<HandlerType<HandlerChainType<T>>> HandlerChainType.getAllHandler()
          Returns all handler elements
 List<HandlerType<ServiceRefType<T>>> ServiceRefType.getAllHandler()
          Returns all handler elements
 List<IconType<HandlerType<T>>> HandlerType.getAllIcon()
          Returns all icon elements
 List<ParamValueType<HandlerType<T>>> HandlerType.getAllInitParam()
          Returns all init-param elements
 IconType<HandlerType<T>> HandlerType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 ParamValueType<HandlerType<T>> HandlerType.getOrCreateInitParam()
          If not already created, a new init-param 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.