ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Uses of Interface
org.jboss.shrinkwrap.descriptor.api.j2eewebservicesclient11.ServiceRefHandlerType

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

Uses of ServiceRefHandlerType in org.jboss.shrinkwrap.descriptor.api.j2eewebservicesclient11
 

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

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