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

Packages that use PortComponentRefType
org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 Provides the interfaces and enumeration types as defined in the schema javaee_web_services_client_1_2.xsd 
org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12 Provides the implementation classes as defined in the schema javaee_web_services_client_1_2.xsd 
 

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

Methods in org.jboss.shrinkwrap.descriptor.api.javaeewebservicesclient12 that return PortComponentRefType
 PortComponentRefType<ServiceRefType<T>> ServiceRefType.portComponentRef()
          Returns the port-component-ref element
 PortComponentRefType<T> PortComponentRefType.removeEnableMtom()
          Removes the enable-mtom element
 PortComponentRefType<T> PortComponentRefType.removePortComponentLink()
          Removes the port-component-link element
 PortComponentRefType<T> PortComponentRefType.removeServiceEndpointInterface()
          Removes the service-endpoint-interface element
 PortComponentRefType<T> PortComponentRefType.setEnableMtom(java.lang.Boolean enableMtom)
          If not already created, a new enable-mtom element with the given value will be created.
 PortComponentRefType<T> PortComponentRefType.setPortComponentLink(java.lang.String portComponentLink)
          If not already created, a new port-component-link element with the given value will be created.
 PortComponentRefType<T> PortComponentRefType.setServiceEndpointInterface(java.lang.String serviceEndpointInterface)
          If not already created, a new service-endpoint-interface element with the given value will be created.
 

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

Uses of PortComponentRefType in org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12 that return PortComponentRefType
 PortComponentRefType<ServiceRefType<T>> ServiceRefTypeImpl.portComponentRef()
          Returns the port-component-ref element
 PortComponentRefType<T> PortComponentRefTypeImpl.removeEnableMtom()
          Removes the enable-mtom element
 PortComponentRefType<T> PortComponentRefTypeImpl.removePortComponentLink()
          Removes the port-component-link element
 PortComponentRefType<T> PortComponentRefTypeImpl.removeServiceEndpointInterface()
          Removes the service-endpoint-interface element
 PortComponentRefType<T> PortComponentRefTypeImpl.setEnableMtom(java.lang.Boolean enableMtom)
          If not already created, a new enable-mtom element with the given value will be created.
 PortComponentRefType<T> PortComponentRefTypeImpl.setPortComponentLink(java.lang.String portComponentLink)
          If not already created, a new port-component-link element with the given value will be created.
 PortComponentRefType<T> PortComponentRefTypeImpl.setServiceEndpointInterface(java.lang.String serviceEndpointInterface)
          If not already created, a new service-endpoint-interface element with the given value will be created.
 

Methods in org.jboss.shrinkwrap.descriptor.impl.javaeewebservicesclient12 that return types with arguments of type PortComponentRefType
 java.util.List<PortComponentRefType<ServiceRefType<T>>> ServiceRefTypeImpl.getPortComponentRefList()
          Returns all port-component-ref elements