complexType port-mappingType

complexType {http://java.sun.com/xml/ns/j2ee}port-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="port-mappingType">
    <
xsd:annotation>
        <
xsd:documentation>
The port-mapping defines the mapping of the WSDL port name attribute
to the Java name used to generate the Generated Service Interface
method get{java-name}.

Used in: service-interface-mapping
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:element name="port-name" type="j2ee:string">
            <
xsd:annotation>
                <
xsd:documentation>
The port-mapping defines the mapping of the WSDL port name
attribute to the Java name used to generate the Generated
Service Interface method get{java-name}.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="java-port-name" type="j2ee:string">
            <
xsd:annotation>
                <
xsd:documentation>
The java-port-name element is the string to use as the port
name in Java. It is used in generating the Generated
Service Interface method get{java-port-name}.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

	The port-mapping defines the mapping of the WSDL port name attribute
	to the Java name used to generate the Generated Service Interface
	method get{java-name}.
	Used in: service-interface-mapping


complexType port-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.