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

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

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

Methods in org.jboss.shrinkwrap.descriptor.api.jbosscommon51 that return PortComponentRefType
 PortComponentRefType<ServiceRefType<T>> ServiceRefType.portComponentRef()
          Returns the port-component-ref 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.setConfigFile(java.lang.String configFile)
          If not already created, a new config-file element with the given value will be created.
 PortComponentRefType<T> PortComponentRefType.setConfigName(java.lang.String configName)
          If not already created, a new config-name element with the given value will be created.
 PortComponentRefType<T> PortComponentRefType.setPortQname(java.lang.String portQname)
          If not already created, a new port-qname 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.jbosscommon51 that return types with arguments of type PortComponentRefType
 CallPropertyType<PortComponentRefType<T>> PortComponentRefType.callProperty()
          Returns the call-property element
 java.util.List<CallPropertyType<PortComponentRefType<T>>> PortComponentRefType.getCallPropertyList()
          Returns all call-property elements
 java.util.List<PortComponentRefType<ServiceRefType<T>>> ServiceRefType.getPortComponentRefList()
          Returns all port-component-ref elements
 java.util.List<StubPropertyType<PortComponentRefType<T>>> PortComponentRefType.getStubPropertyList()
          Returns all stub-property elements
 StubPropertyType<PortComponentRefType<T>> PortComponentRefType.stubProperty()
          Returns the stub-property element
 

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

Classes in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that implement PortComponentRefType
 class PortComponentRefTypeImpl<T>
          This class implements the port-component-refType xsd type
 

Methods in org.jboss.shrinkwrap.descriptor.impl.jbosscommon51 that return PortComponentRefType
 PortComponentRefType<ServiceRefType<T>> ServiceRefTypeImpl.portComponentRef()
          Returns the port-component-ref element
 PortComponentRefType<T> PortComponentRefTypeImpl.removeAllCallProperty()
          Removes all call-property elements
 PortComponentRefType<T> PortComponentRefTypeImpl.removeAllStubProperty()
          Removes all stub-property elements
 PortComponentRefType<T> PortComponentRefTypeImpl.removeConfigFile()
          Removes the config-file element
 PortComponentRefType<T> PortComponentRefTypeImpl.removeConfigName()
          Removes the config-name element
 PortComponentRefType<T> PortComponentRefTypeImpl.removePortQname()
          Removes the port-qname element
 PortComponentRefType<T> PortComponentRefTypeImpl.removeServiceEndpointInterface()
          Removes the service-endpoint-interface element
 PortComponentRefType<T> PortComponentRefTypeImpl.setConfigFile(java.lang.String configFile)
          If not already created, a new config-file element with the given value will be created.
 PortComponentRefType<T> PortComponentRefTypeImpl.setConfigName(java.lang.String configName)
          If not already created, a new config-name element with the given value will be created.
 PortComponentRefType<T> PortComponentRefTypeImpl.setPortQname(java.lang.String portQname)
          If not already created, a new port-qname 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.jbosscommon51 that return types with arguments of type PortComponentRefType
 CallPropertyType<PortComponentRefType<T>> PortComponentRefTypeImpl.callProperty()
          Returns the call-property element
 java.util.List<CallPropertyType<PortComponentRefType<T>>> PortComponentRefTypeImpl.getCallPropertyList()
          Returns all call-property elements
 java.util.List<PortComponentRefType<ServiceRefType<T>>> ServiceRefTypeImpl.getPortComponentRefList()
          Returns all port-component-ref elements
 java.util.List<StubPropertyType<PortComponentRefType<T>>> PortComponentRefTypeImpl.getStubPropertyList()
          Returns all stub-property elements
 StubPropertyType<PortComponentRefType<T>> PortComponentRefTypeImpl.stubProperty()
          Returns the stub-property element