complexType method-param-parts-mappingType

complexType {http://java.sun.com/xml/ns/j2ee}method-param-parts-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="method-param-parts-mappingType">
    <
xsd:annotation>
        <
xsd:documentation>
The method-param-parts-mapping element defines the mapping between a
Java method parameters and a wsdl-message.

Used in: service-endpoint-method-mapping
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:element name="param-position" type="j2ee:xsdNonNegativeIntegerType">
            <
xsd:annotation>
                <
xsd:documentation>
The param-position element defines the position of a
parameter within a Java method. It must be an integer
starting from 0.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="param-type" type="j2ee:java-typeType">
            <
xsd:annotation>
                <
xsd:documentation>
The param-type element defines the fully qualified
class name of a Java class, primitive, or array type.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="wsdl-message-mapping" type="j2ee:wsdl-message-mappingType"/>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

	The method-param-parts-mapping element defines the mapping between a
	Java method parameters and a wsdl-message.
	Used in: service-endpoint-method-mapping


complexType method-param-parts-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.