<!-- admin-object-resource The admin-object-resource element describes a administered object for a inbound resource adapter. attributes jndi-name JNDI name for this resource res-adapter Name of the inbound resource adapter. res-type Interface definition for the administered object | class-name | admin-object classname (when more than one implementation class | is specified for same res-type in the resource-adapter, | class-name must be specified) Used in: resources --> <!ELEMENT admin-object-resource (description?, property*)> <!ATTLIST admin-object-resource jndi-name CDATA #REQUIRED res-type CDATA #REQUIRED | class-name CDATA #IMPLIED res-adapter CDATA #REQUIRED object-type %object-type; "user" enabled %boolean; "true"> |