| java.lang.Object org.jboss.resource.deployment.ResourceAdapterObjectModelFactory
ResourceAdapterObjectModelFactory | public class ResourceAdapterObjectModelFactory implements ObjectModelFactory(Code) | | Object factory for resource adapter metadata
author: Adrian Brock version: $Revision: 57189 $ |
Method Summary | |
public Object | completeRoot(Object root, UnmarshallingContext ctx, String uri, String name) | public Object | newChild(ConnectorMetaData cmd, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs) | public Object | newChild(ConfigPropertyMetaData cpmd, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs) | public Object | newChild(LicenseMetaData lmd, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs) | public Object | newChild(ConnectionDefinitionMetaData cdmd, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs) | public Object | newChild(TransactionSupportMetaData tsmd, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs) | public Object | newChild(AuthenticationMechanismMetaData ammd, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs) | public Object | newChild(MessageListenerMetaData mlmd, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs) | public Object | newChild(AdminObjectMetaData aomd, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs) | public Object | newChild(SecurityPermissionMetaData spmd, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs) | public Object | newChild(RequiredConfigPropertyMetaData rcpmd, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs) | public Object | newRoot(Object root, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs) | public void | setValue(ConnectorMetaData cmd, UnmarshallingContext navigator, String namespaceURI, String localName, String value) | public void | setValue(DescriptionGroupMetaData dmd, UnmarshallingContext navigator, String namespaceURI, String localName, String value) | public void | setValue(DescriptionMetaData dmd, UnmarshallingContext navigator, String namespaceURI, String localName, String value) | public void | setValue(ConfigPropertyMetaData cpmd, UnmarshallingContext navigator, String namespaceURI, String localName, String value) | public void | setValue(LicenseMetaData lmd, UnmarshallingContext navigator, String namespaceURI, String localName, String value) | public void | setValue(ConnectionDefinitionMetaData cdmd, UnmarshallingContext navigator, String namespaceURI, String localName, String value) | public void | setValue(TransactionSupportMetaData tsmd, UnmarshallingContext navigator, String namespaceURI, String localName, String value) | public void | setValue(AuthenticationMechanismMetaData ammd, UnmarshallingContext navigator, String namespaceURI, String localName, String value) | public void | setValue(MessageListenerMetaData mlmd, UnmarshallingContext navigator, String namespaceURI, String localName, String value) | public void | setValue(AdminObjectMetaData aomd, UnmarshallingContext navigator, String namespaceURI, String localName, String value) | public void | setValue(SecurityPermissionMetaData spmd, UnmarshallingContext navigator, String namespaceURI, String localName, String value) | public void | setValue(RequiredConfigPropertyMetaData rcpmd, UnmarshallingContext navigator, String namespaceURI, String localName, String value) |
newChild | public Object newChild(ConnectorMetaData cmd, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)(Code) | | connector child elements
Parameters: cmd - the connector meta data Parameters: navigator - the content navigator Parameters: namespaceURI - the namespace of the element Parameters: localName - the local name of the element Parameters: attrs - the attributes |
newChild | public Object newChild(ConfigPropertyMetaData cpmd, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)(Code) | | config property child elements
Parameters: cpmd - the config property meta data Parameters: navigator - the content navigator Parameters: namespaceURI - the namespace of the element Parameters: localName - the local name of the element Parameters: attrs - the attributes |
newChild | public Object newChild(LicenseMetaData lmd, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)(Code) | | license child elements
Parameters: lmd - the license meta data Parameters: navigator - the content navigator Parameters: namespaceURI - the namespace of the element Parameters: localName - the local name of the element Parameters: attrs - the attributes |
newChild | public Object newChild(ConnectionDefinitionMetaData cdmd, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)(Code) | | connection definition child elements
Parameters: cdmd - the message listener meta data Parameters: navigator - the content navigator Parameters: namespaceURI - the namespace of the element Parameters: localName - the local name of the element Parameters: attrs - the attributes |
newChild | public Object newChild(TransactionSupportMetaData tsmd, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)(Code) | | transaction support child elements
Parameters: tsmd - the transaction support meta data Parameters: navigator - the content navigator Parameters: namespaceURI - the namespace of the element Parameters: localName - the local name of the element Parameters: attrs - the attributes |
newChild | public Object newChild(AuthenticationMechanismMetaData ammd, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)(Code) | | authentication mechanism child elements
Parameters: ammd - the authentication mechanism meta data Parameters: navigator - the content navigator Parameters: namespaceURI - the namespace of the element Parameters: localName - the local name of the element Parameters: attrs - the attributes |
newChild | public Object newChild(MessageListenerMetaData mlmd, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)(Code) | | message listener child elements
Parameters: mlmd - the message listener meta data Parameters: navigator - the content navigator Parameters: namespaceURI - the namespace of the element Parameters: localName - the local name of the element Parameters: attrs - the attributes |
newChild | public Object newChild(AdminObjectMetaData aomd, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)(Code) | | admin object child elements
Parameters: aomd - the admin object meta data Parameters: navigator - the content navigator Parameters: namespaceURI - the namespace of the element Parameters: localName - the local name of the element Parameters: attrs - the attributes |
newChild | public Object newChild(SecurityPermissionMetaData spmd, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)(Code) | | security permission child elements
Parameters: spmd - the security permission meta data Parameters: navigator - the content navigator Parameters: namespaceURI - the namespace of the element Parameters: localName - the local name of the element Parameters: attrs - the attributes |
newChild | public Object newChild(RequiredConfigPropertyMetaData rcpmd, UnmarshallingContext navigator, String namespaceURI, String localName, Attributes attrs)(Code) | | required config property child elements
Parameters: rcpmd - the config property meta data Parameters: navigator - the content navigator Parameters: namespaceURI - the namespace of the element Parameters: localName - the local name of the element Parameters: attrs - the attributes |
setValue | public void setValue(ConnectorMetaData cmd, UnmarshallingContext navigator, String namespaceURI, String localName, String value)(Code) | | connector elements
Parameters: cmd - the connector meta data Parameters: navigator - the content navigator Parameters: namespaceURI - the namespace of the element Parameters: localName - the local name of the element Parameters: value - the value |
setValue | public void setValue(DescriptionGroupMetaData dmd, UnmarshallingContext navigator, String namespaceURI, String localName, String value)(Code) | | description group elements
Parameters: dmd - the description meta data Parameters: navigator - the content navigator Parameters: namespaceURI - the namespace of the element Parameters: localName - the local name of the element Parameters: value - the value |
setValue | public void setValue(DescriptionMetaData dmd, UnmarshallingContext navigator, String namespaceURI, String localName, String value)(Code) | | description elements
Parameters: dmd - the description meta data Parameters: navigator - the content navigator Parameters: namespaceURI - the namespace of the element Parameters: localName - the local name of the element Parameters: value - the value |
setValue | public void setValue(ConfigPropertyMetaData cpmd, UnmarshallingContext navigator, String namespaceURI, String localName, String value)(Code) | | config property elements
Parameters: cpmd - the description meta data Parameters: navigator - the content navigator Parameters: namespaceURI - the namespace of the element Parameters: localName - the local name of the element Parameters: value - the value |
setValue | public void setValue(LicenseMetaData lmd, UnmarshallingContext navigator, String namespaceURI, String localName, String value)(Code) | | license elements
Parameters: lmd - the license meta data Parameters: navigator - the content navigator Parameters: namespaceURI - the namespace of the element Parameters: localName - the local name of the element Parameters: value - the value |
setValue | public void setValue(ConnectionDefinitionMetaData cdmd, UnmarshallingContext navigator, String namespaceURI, String localName, String value)(Code) | | connection definition elements
Parameters: cdmd - the description meta data Parameters: navigator - the content navigator Parameters: namespaceURI - the namespace of the element Parameters: localName - the local name of the element Parameters: value - the value |
setValue | public void setValue(TransactionSupportMetaData tsmd, UnmarshallingContext navigator, String namespaceURI, String localName, String value)(Code) | | transaction support elements
Parameters: tsmd - the transaction support meta data Parameters: navigator - the content navigator Parameters: namespaceURI - the namespace of the element Parameters: localName - the local name of the element Parameters: value - the value |
setValue | public void setValue(AuthenticationMechanismMetaData ammd, UnmarshallingContext navigator, String namespaceURI, String localName, String value)(Code) | | authentication mechanism elements
Parameters: ammd - the authentication mechanism meta data Parameters: navigator - the content navigator Parameters: namespaceURI - the namespace of the element Parameters: localName - the local name of the element Parameters: value - the value |
setValue | public void setValue(MessageListenerMetaData mlmd, UnmarshallingContext navigator, String namespaceURI, String localName, String value)(Code) | | message listener elements
Parameters: mlmd - the description meta data Parameters: navigator - the content navigator Parameters: namespaceURI - the namespace of the element Parameters: localName - the local name of the element Parameters: value - the value |
setValue | public void setValue(AdminObjectMetaData aomd, UnmarshallingContext navigator, String namespaceURI, String localName, String value)(Code) | | admin object definition elements
Parameters: aomd - the admin object meta data Parameters: navigator - the content navigator Parameters: namespaceURI - the namespace of the element Parameters: localName - the local name of the element Parameters: value - the value |
setValue | public void setValue(SecurityPermissionMetaData spmd, UnmarshallingContext navigator, String namespaceURI, String localName, String value)(Code) | | security permission elements
Parameters: spmd - the security permission meta data Parameters: navigator - the content navigator Parameters: namespaceURI - the namespace of the element Parameters: localName - the local name of the element Parameters: value - the value |
setValue | public void setValue(RequiredConfigPropertyMetaData rcpmd, UnmarshallingContext navigator, String namespaceURI, String localName, String value)(Code) | | required config property elements
Parameters: rcpmd - the required config property meta data Parameters: navigator - the content navigator Parameters: namespaceURI - the namespace of the element Parameters: localName - the local name of the element Parameters: value - the value |
|
|