complexType resourceadapterType

complexType {http://java.sun.com/xml/ns/j2ee}resourceadapterType

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="resourceadapterType">
    <
xsd:annotation>
        <
xsd:documentation>
The resourceadapterType specifies information about the
resource adapter. The information includes fully qualified
resource adapter Java class name, configuration properties,
information specific to the implementation of the resource
adapter library as specified through the
outbound-resourceadapter and inbound-resourceadapter
elements, and an optional set of administered objects.
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:sequence>
        <
xsd:element name="resourceadapter-class" type="j2ee:fully-qualified-classType" minOccurs="0">
            <
xsd:annotation>
                <
xsd:documentation>
The element resourceadapter-class specifies the
fully qualified name of a Java class that implements
the javax.resource.spi.ResourceAdapter
interface. This Java class is provided as part of
resource adapter's implementation of connector
architecture specified contracts. The implementation
of this class is required to be a JavaBean.
                
</xsd:documentation>
            </
xsd:annotation>
        </
xsd:element>
        <
xsd:element name="config-property" type="j2ee:config-propertyType" minOccurs="0"
            
maxOccurs="unbounded"/>
        <
xsd:element name="outbound-resourceadapter" type="j2ee:outbound-resourceadapterType"
            
minOccurs="0">
            <
xsd:unique name="connectionfactory-interface-uniqueness">
                <
xsd:annotation>
                    <
xsd:documentation>
The connectionfactory-interface element content
must be unique in the outbound-resourceadapter.
Multiple connection-definitions can not use the
same connectionfactory-type.
                    
</xsd:documentation>
                </
xsd:annotation>
                <
xsd:selector xpath="j2ee:connection-definition"/>
                <
xsd:field xpath="j2ee:connectionfactory-interface"/>
            </
xsd:unique>
        </
xsd:element>
        <
xsd:element name="inbound-resourceadapter" type="j2ee:inbound-resourceadapterType"
            
minOccurs="0"/>
        <
xsd:element name="adminobject" type="j2ee:adminobjectType" minOccurs="0"
            
maxOccurs="unbounded"/>
        <
xsd:element name="security-permission" type="j2ee:security-permissionType" minOccurs="0"
            
maxOccurs="unbounded"/>
    </
xsd:sequence>
    <
xsd:attribute name="id" type="xsd:ID"/>
</
xsd:complexType>


Documentation

	The resourceadapterType specifies information about the
	resource adapter. The information includes fully qualified
	resource adapter Java class name, configuration properties,
	information specific to the implementation of the resource
	adapter library as specified through the
	outbound-resourceadapter and inbound-resourceadapter
	elements, and an optional set of administered objects.


complexType resourceadapterType


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.