| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{http://java.sun.com/xml/ns/j2ee}port-component-refType (restriction)
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.
| Nested Element Summary | |
j2ee:string | port-component-linkThe 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-classType | service-endpoint-interfaceThe service-endpoint-interface element defines a fully qualified Java class that represents the Service Endpoint Interface of a WSDL port. |
| Attribute Summary | |
xsd:ID | id |
| Attribute Detail |
xsd:IDoptionalunqualified<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:sequence>
</xsd:element><xsd:attribute name="id" type="xsd:ID"/></xsd:complexType>
| |||||||
| DETAILS: DOCUMENTATION | ELEMENTS | ATTRIBUTES | SOURCE | FRAMES | NO FRAMES | ||||||