http://java.sun.com/xml/ns/j2ee
complexType port-component-refType

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}port-component-refType (restriction)

Documentation

	The port-component-ref element declares a client dependency
	on the container for resolving a Service Endpoint Interface
	to a WSDL port. It optionally associates the Service Endpoint
	Interface with a particular port-component. This is only used
	by the container for a Service.getPort(Class) method call.

      
Properties
This component is not nillable.

Model
<...
  id = xsd:ID>
(service-endpoint-interface, port-component-link? )
</...>


Nested Element Summary
j2ee:stringport-component-link
          The port-component-link element links a port-component-ref to a specific port-component required to be made available by a service reference. 
j2ee:fully-qualified-classTypeservice-endpoint-interface
           The service-endpoint-interface element defines a fully qualified Java class that represents the Service Endpoint Interface of a WSDL port.  

Attribute Summary
 xsd:IDid
          

Attribute Detail

id

Type:
xsd:ID
Use:
optional
Form:
unqualified

Local Usage
service-refType

Source
<xsd:complexType name="port-component-refType">
<xsd:sequence>
<xsd:element name="service-endpoint-interface" type="j2ee:fully-qualified-classType">
</xsd:element>
<xsd:element maxOccurs="1" minOccurs="0" name="port-component-link" type="j2ee:string">
</xsd:element>
</xsd:sequence>
<xsd:attribute name="id" type="xsd:ID"/>
</xsd:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.