complexType port-component_handlerType

complexType {http://java.sun.com/xml/ns/j2ee}port-component_handlerType

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-component_handlerType">
    <
xsd:annotation>
        <
xsd:documentation>
Declares the handler for a port-component. Handlers can access the
init-param name/value pairs using the HandlerInfo interface.

Used in: port-component
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:group ref="j2ee:descriptionGroup"/>
        <
xsd:element name="handler-name" type="j2ee:string">
            <
xsd:annotation>
                <
xsd:documentation>
Defines the name of the handler. The name must be unique within the
module.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="handler-class" type="j2ee:fully-qualified-classType">
            <
xsd:annotation>
                <
xsd:documentation>Defines a fully qualified class name for the handler implementation.</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="init-param" type="j2ee:param-valueType" minOccurs="0"
            
maxOccurs="unbounded"/>
        <
xsd:element name="soap-header" type="j2ee:xsdQNameType" minOccurs="0" maxOccurs="unbounded">
            <
xsd:annotation>
                <
xsd:documentation>
Defines the QName of a SOAP header that will be processed by the
handler.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="soap-role" type="j2ee:string" minOccurs="0" maxOccurs="unbounded">
            <
xsd:annotation>
                <
xsd:documentation>
The soap-role element contains a SOAP actor definition that the
Handler will play as a role.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

	Declares the handler for a port-component. Handlers can access the
	init-param name/value pairs using the HandlerInfo interface.
	Used in: port-component


complexType port-component_handlerType


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.