complexType service-endpoint-interface-mappingType

complexType {http://java.sun.com/xml/ns/j2ee}service-endpoint-interface-mappingType

Abstractfalse (This can be used in an instance)
Target Namespacehttp://java.sun.com/xml/ns/j2ee
Declared Namespacesxmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns:j2ee=http://java.sun.com/xml/ns/j2ee
xmlns=http://www.w3.org/2001/XMLSchema


Source

<xsd:complexType name="service-endpoint-interface-mappingType">
    <
xsd:annotation>
        <
xsd:documentation>
The service-endpoint-interface-mapping defines a tuple
to specify Service Endpoint Interfaces to
WSDL port types and WSDL bindings.

An interface may be mapped to a port-type and binding multiple
times. This happens rarely.

Used in: java-wsdl-mapping
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:element name="service-endpoint-interface" type="j2ee:fully-qualified-classType">
            <
xsd:annotation>
                <
xsd:documentation>
The service-endpoint-interface element defines the Java
type for the endpoint interface. The name must be a fully
qualified class name.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="wsdl-port-type" type="j2ee:xsdQNameType">
            <
xsd:annotation>
                <
xsd:documentation>
The wsdl-port-type element defines the wsdl port type
by a QNAME which uniquely identifies the port type.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="wsdl-binding" type="j2ee:xsdQNameType">
            <
xsd:annotation>
                <
xsd:documentation>
The wsdl-binding element defines the wsdl binding
by a QNAME which uniquely identifies the binding.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="service-endpoint-method-mapping"
            
type="j2ee:service-endpoint-method-mappingType" minOccurs="0" maxOccurs="unbounded"/>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

	The service-endpoint-interface-mapping defines a tuple
	to specify Service Endpoint Interfaces to
	WSDL port types and WSDL bindings.
	An interface may be mapped to a port-type and binding multiple
	times. This happens rarely.
	Used in: java-wsdl-mapping


complexType service-endpoint-interface-mappingType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.