ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.j2eewebservicesclient11 that return ServiceRefType
 ServiceRefType<T> ServiceRefType.description(String... values)
          Creates for all String objects representing description elements, a new description element
 ServiceRefType<T> ServiceRefType.displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 ServiceRefType<T> ServiceRefType.jaxrpcMappingFile(String jaxrpcMappingFile)
          Sets the jaxrpc-mapping-file element
 ServiceRefType<T> ServiceRefType.removeAllDescription()
          Removes the description element
 ServiceRefType<T> ServiceRefType.removeAllDisplayName()
          Removes the display-name element
 ServiceRefType<T> ServiceRefType.removeAllHandler()
          Removes all handler elements
 ServiceRefType<T> ServiceRefType.removeAllIcon()
          Removes all icon elements
 ServiceRefType<T> ServiceRefType.removeAllPortComponentRef()
          Removes all port-component-ref elements
 ServiceRefType<T> ServiceRefType.removeJaxrpcMappingFile()
          Removes the jaxrpc-mapping-file element
 ServiceRefType<T> ServiceRefType.removeServiceInterface()
          Removes the service-interface element
 ServiceRefType<T> ServiceRefType.removeServiceQname()
          Removes the service-qname element
 ServiceRefType<T> ServiceRefType.removeServiceRefName()
          Removes the service-ref-name element
 ServiceRefType<T> ServiceRefType.removeWsdlFile()
          Removes the wsdl-file element
 ServiceRefType<T> ServiceRefType.serviceInterface(String serviceInterface)
          Sets the service-interface element
 ServiceRefType<T> ServiceRefType.serviceQname(String serviceQname)
          Sets the service-qname element
 ServiceRefType<T> ServiceRefType.serviceRefName(String serviceRefName)
          Sets the service-ref-name element
 ServiceRefType<T> ServiceRefType.wsdlFile(String wsdlFile)
          Sets the wsdl-file element
 

Methods in org.jboss.shrinkwrap.descriptor.api.j2eewebservicesclient11 that return types with arguments of type ServiceRefType
 ServiceRefHandlerType<ServiceRefType<T>> ServiceRefType.createHandler()
          Creates a new handler element
 IconType<ServiceRefType<T>> ServiceRefType.createIcon()
          Creates a new icon element
 PortComponentRefType<ServiceRefType<T>> ServiceRefType.createPortComponentRef()
          Creates a new port-component-ref element
 List<ServiceRefHandlerType<ServiceRefType<T>>> ServiceRefType.getAllHandler()
          Returns all handler elements
 List<IconType<ServiceRefType<T>>> ServiceRefType.getAllIcon()
          Returns all icon elements
 List<PortComponentRefType<ServiceRefType<T>>> ServiceRefType.getAllPortComponentRef()
          Returns all port-component-ref elements
 ServiceRefHandlerType<ServiceRefType<T>> ServiceRefType.getOrCreateHandler()
          If not already created, a new handler element will be created and returned.
 IconType<ServiceRefType<T>> ServiceRefType.getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 PortComponentRefType<ServiceRefType<T>> ServiceRefType.getOrCreatePortComponentRef()
          If not already created, a new port-component-ref 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.