complexType service-interface-mappingType

complexType {http://java.sun.com/xml/ns/j2ee}service-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-interface-mappingType">
    <
xsd:annotation>
        <
xsd:documentation>
The service-interface-mapping element defines how a Java type for
the service interface maps to a WSDL service.

Used in: java-wsdl-mapping
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:element name="service-interface" type="j2ee:fully-qualified-classType">
            <
xsd:annotation>
                <
xsd:documentation>
The service-interface element defines the Java type for the service.
For static services, it is javax.xml.rpc.Service interface. For
generated service, it would be the generated interface name.

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


Documentation

	The service-interface-mapping element defines how a Java type for
	the service interface maps to a WSDL service.
	Used in: java-wsdl-mapping


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