ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.j2eewebservicesclient11 that return PortComponentRefType
 PortComponentRefType<ServiceRefType<T>> ServiceRefType.createPortComponentRef()
          Creates a new port-component-ref element
 PortComponentRefType<ServiceRefType<T>> ServiceRefType.getOrCreatePortComponentRef()
          If not already created, a new port-component-ref element will be created and returned.
 PortComponentRefType<T> PortComponentRefType.portComponentLink(String portComponentLink)
          Sets the port-component-link element
 PortComponentRefType<T> PortComponentRefType.removePortComponentLink()
          Removes the port-component-link element
 PortComponentRefType<T> PortComponentRefType.removeServiceEndpointInterface()
          Removes the service-endpoint-interface element
 PortComponentRefType<T> PortComponentRefType.serviceEndpointInterface(String serviceEndpointInterface)
          Sets the service-endpoint-interface element
 

Methods in org.jboss.shrinkwrap.descriptor.api.j2eewebservicesclient11 that return types with arguments of type PortComponentRefType
 List<PortComponentRefType<ServiceRefType<T>>> ServiceRefType.getAllPortComponentRef()
          Returns all port-component-ref elements
 


ShrinkWrap Descriptors Generated Java EE API 2.0.0-alpha-3

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.