complexType exception-mappingType

complexType {http://java.sun.com/xml/ns/j2ee}exception-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="exception-mappingType">
    <
xsd:annotation>
        <
xsd:documentation>
The exception-mapping element defines the mapping between the
service specific exception types and wsdl faults and
SOAP headerfaults.

This element should be interpreted with respect to the
mapping between a method and an operation which provides the
mapping context.

Used in: service-endpoint-method-mapping
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:element name="exception-type" type="j2ee:fully-qualified-classType">
            <
xsd:annotation>
                <
xsd:documentation>
The exception-type element defines Java type of the exception.
It may be a service specific exception.

It must be a fully qualified class name.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="wsdl-message" type="j2ee:wsdl-messageType"/>
        <
xsd:element name="wsdl-message-part-name" type="j2ee:wsdl-message-part-nameType"
            
minOccurs="0" maxOccurs="1">
            <
xsd:annotation>
                <
xsd:documentation>
The wsdl-message-part-name element is required only
when the message referenced by the wsdl-message element
has more than one part.

This only occurs when multiple headerfaults use the
same message.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="constructor-parameter-order" type="j2ee:constructor-parameter-orderType"
            
minOccurs="0" maxOccurs="1"/>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

	The exception-mapping element defines the mapping between the
	service specific exception types and wsdl faults and
	SOAP headerfaults.
	This element should be interpreted with respect to the
	mapping between a method and an operation which provides the
	mapping context.
	Used in: service-endpoint-method-mapping


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