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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon60 that return PortComponentRefType
 PortComponentRefType<T> PortComponentRefType.configFile(String configFile)
          Sets the config-file element
 PortComponentRefType<T> PortComponentRefType.configName(String configName)
          Sets the config-name element
 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.portQname(String portQname)
          Sets the port-qname element
 PortComponentRefType<T> PortComponentRefType.removeAllCallProperty()
          Removes all call-property elements
 PortComponentRefType<T> PortComponentRefType.removeAllStubProperty()
          Removes all stub-property elements
 PortComponentRefType<T> PortComponentRefType.removeConfigFile()
          Removes the config-file element
 PortComponentRefType<T> PortComponentRefType.removeConfigName()
          Removes the config-name element
 PortComponentRefType<T> PortComponentRefType.removePortQname()
          Removes the port-qname 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.jbosscommon60 that return types with arguments of type PortComponentRefType
 CallPropertyType<PortComponentRefType<T>> PortComponentRefType.createCallProperty()
          Creates a new call-property element
 StubPropertyType<PortComponentRefType<T>> PortComponentRefType.createStubProperty()
          Creates a new stub-property element
 List<CallPropertyType<PortComponentRefType<T>>> PortComponentRefType.getAllCallProperty()
          Returns all call-property elements
 List<PortComponentRefType<ServiceRefType<T>>> ServiceRefType.getAllPortComponentRef()
          Returns all port-component-ref elements
 List<StubPropertyType<PortComponentRefType<T>>> PortComponentRefType.getAllStubProperty()
          Returns all stub-property elements
 CallPropertyType<PortComponentRefType<T>> PortComponentRefType.getOrCreateCallProperty()
          If not already created, a new call-property element will be created and returned.
 StubPropertyType<PortComponentRefType<T>> PortComponentRefType.getOrCreateStubProperty()
          If not already created, a new stub-property element will be created and returned.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.