|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.resource.deployment.ResourceAdapterObjectModelFactory
Object factory for resource adapter metadata
Constructor Summary | |
ResourceAdapterObjectModelFactory()
|
Method Summary | |
java.lang.Object |
newChild(AdminObjectMetaData (src) aomd,
ContentNavigator (src) navigator,
java.lang.String namespaceURI,
java.lang.String localName,
org.xml.sax.Attributes attrs)
admin object child elements |
java.lang.Object |
newChild(AuthenticationMechanismMetaData (src) ammd,
ContentNavigator (src) navigator,
java.lang.String namespaceURI,
java.lang.String localName,
org.xml.sax.Attributes attrs)
authentication mechanism child elements |
java.lang.Object |
newChild(ConfigPropertyMetaData (src) cpmd,
ContentNavigator (src) navigator,
java.lang.String namespaceURI,
java.lang.String localName,
org.xml.sax.Attributes attrs)
config property child elements |
java.lang.Object |
newChild(ConnectionDefinitionMetaData (src) cdmd,
ContentNavigator (src) navigator,
java.lang.String namespaceURI,
java.lang.String localName,
org.xml.sax.Attributes attrs)
connection definition child elements |
java.lang.Object |
newChild(ConnectorMetaData (src) cmd,
ContentNavigator (src) navigator,
java.lang.String namespaceURI,
java.lang.String localName,
org.xml.sax.Attributes attrs)
connector child elements |
java.lang.Object |
newChild(LicenseMetaData (src) lmd,
ContentNavigator (src) navigator,
java.lang.String namespaceURI,
java.lang.String localName,
org.xml.sax.Attributes attrs)
license child elements |
java.lang.Object |
newChild(MessageListenerMetaData (src) mlmd,
ContentNavigator (src) navigator,
java.lang.String namespaceURI,
java.lang.String localName,
org.xml.sax.Attributes attrs)
message listener child elements |
java.lang.Object |
newChild(RequiredConfigPropertyMetaData (src) rcpmd,
ContentNavigator (src) navigator,
java.lang.String namespaceURI,
java.lang.String localName,
org.xml.sax.Attributes attrs)
required config property child elements |
java.lang.Object |
newChild(SecurityPermissionMetaData (src) spmd,
ContentNavigator (src) navigator,
java.lang.String namespaceURI,
java.lang.String localName,
org.xml.sax.Attributes attrs)
security permission child elements |
java.lang.Object |
newChild(TransactionSupportMetaData (src) tsmd,
ContentNavigator (src) navigator,
java.lang.String namespaceURI,
java.lang.String localName,
org.xml.sax.Attributes attrs)
transaction support child elements |
java.lang.Object |
newRoot(java.lang.Object root,
ContentNavigator (src) navigator,
java.lang.String namespaceURI,
java.lang.String localName,
org.xml.sax.Attributes attrs)
This method is called by the object model factory and returns the root of the object graph. |
void |
setValue(AdminObjectMetaData (src) aomd,
ContentNavigator (src) navigator,
java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String value)
admin object definition elements |
void |
setValue(AuthenticationMechanismMetaData (src) ammd,
ContentNavigator (src) navigator,
java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String value)
authentication mechanism elements |
void |
setValue(ConfigPropertyMetaData (src) cpmd,
ContentNavigator (src) navigator,
java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String value)
config property elements |
void |
setValue(ConnectionDefinitionMetaData (src) cdmd,
ContentNavigator (src) navigator,
java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String value)
connection definition elements |
void |
setValue(ConnectorMetaData (src) cmd,
ContentNavigator (src) navigator,
java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String value)
connector elements |
void |
setValue(DescriptionGroupMetaData (src) dmd,
ContentNavigator (src) navigator,
java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String value)
description group elements |
void |
setValue(DescriptionMetaData (src) dmd,
ContentNavigator (src) navigator,
java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String value)
description elements |
void |
setValue(LicenseMetaData (src) lmd,
ContentNavigator (src) navigator,
java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String value)
license elements |
void |
setValue(MessageListenerMetaData (src) mlmd,
ContentNavigator (src) navigator,
java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String value)
message listener elements |
void |
setValue(RequiredConfigPropertyMetaData (src) rcpmd,
ContentNavigator (src) navigator,
java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String value)
required config property elements |
void |
setValue(SecurityPermissionMetaData (src) spmd,
ContentNavigator (src) navigator,
java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String value)
security permission elements |
void |
setValue(TransactionSupportMetaData (src) tsmd,
ContentNavigator (src) navigator,
java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String value)
transaction support elements |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ResourceAdapterObjectModelFactory()
Method Detail |
public java.lang.Object newChild(ConnectorMetaData (src) cmd, ContentNavigator (src) navigator, java.lang.String namespaceURI, java.lang.String localName, org.xml.sax.Attributes attrs)
cmd
- the connector meta datanavigator
- the content navigatornamespaceURI
- the namespace of the elementlocalName
- the local name of the elementattrs
- the attributespublic void setValue(ConnectorMetaData (src) cmd, ContentNavigator (src) navigator, java.lang.String namespaceURI, java.lang.String localName, java.lang.String value)
cmd
- the connector meta datanavigator
- the content navigatornamespaceURI
- the namespace of the elementlocalName
- the local name of the elementvalue
- the valuepublic void setValue(DescriptionGroupMetaData (src) dmd, ContentNavigator (src) navigator, java.lang.String namespaceURI, java.lang.String localName, java.lang.String value)
dmd
- the description meta datanavigator
- the content navigatornamespaceURI
- the namespace of the elementlocalName
- the local name of the elementvalue
- the valuepublic void setValue(DescriptionMetaData (src) dmd, ContentNavigator (src) navigator, java.lang.String namespaceURI, java.lang.String localName, java.lang.String value)
dmd
- the description meta datanavigator
- the content navigatornamespaceURI
- the namespace of the elementlocalName
- the local name of the elementvalue
- the valuepublic java.lang.Object newChild(ConfigPropertyMetaData (src) cpmd, ContentNavigator (src) navigator, java.lang.String namespaceURI, java.lang.String localName, org.xml.sax.Attributes attrs)
cpmd
- the config property meta datanavigator
- the content navigatornamespaceURI
- the namespace of the elementlocalName
- the local name of the elementattrs
- the attributespublic void setValue(ConfigPropertyMetaData (src) cpmd, ContentNavigator (src) navigator, java.lang.String namespaceURI, java.lang.String localName, java.lang.String value)
cpmd
- the description meta datanavigator
- the content navigatornamespaceURI
- the namespace of the elementlocalName
- the local name of the elementvalue
- the valuepublic java.lang.Object newChild(LicenseMetaData (src) lmd, ContentNavigator (src) navigator, java.lang.String namespaceURI, java.lang.String localName, org.xml.sax.Attributes attrs)
lmd
- the license meta datanavigator
- the content navigatornamespaceURI
- the namespace of the elementlocalName
- the local name of the elementattrs
- the attributespublic void setValue(LicenseMetaData (src) lmd, ContentNavigator (src) navigator, java.lang.String namespaceURI, java.lang.String localName, java.lang.String value)
lmd
- the license meta datanavigator
- the content navigatornamespaceURI
- the namespace of the elementlocalName
- the local name of the elementvalue
- the valuepublic java.lang.Object newChild(ConnectionDefinitionMetaData (src) cdmd, ContentNavigator (src) navigator, java.lang.String namespaceURI, java.lang.String localName, org.xml.sax.Attributes attrs)
cdmd
- the message listener meta datanavigator
- the content navigatornamespaceURI
- the namespace of the elementlocalName
- the local name of the elementattrs
- the attributespublic void setValue(ConnectionDefinitionMetaData (src) cdmd, ContentNavigator (src) navigator, java.lang.String namespaceURI, java.lang.String localName, java.lang.String value)
cdmd
- the description meta datanavigator
- the content navigatornamespaceURI
- the namespace of the elementlocalName
- the local name of the elementvalue
- the valuepublic java.lang.Object newChild(TransactionSupportMetaData (src) tsmd, ContentNavigator (src) navigator, java.lang.String namespaceURI, java.lang.String localName, org.xml.sax.Attributes attrs)
tsmd
- the transaction support meta datanavigator
- the content navigatornamespaceURI
- the namespace of the elementlocalName
- the local name of the elementattrs
- the attributespublic void setValue(TransactionSupportMetaData (src) tsmd, ContentNavigator (src) navigator, java.lang.String namespaceURI, java.lang.String localName, java.lang.String value)
tsmd
- the transaction support meta datanavigator
- the content navigatornamespaceURI
- the namespace of the elementlocalName
- the local name of the elementvalue
- the valuepublic java.lang.Object newChild(AuthenticationMechanismMetaData (src) ammd, ContentNavigator (src) navigator, java.lang.String namespaceURI, java.lang.String localName, org.xml.sax.Attributes attrs)
ammd
- the authentication mechanism meta datanavigator
- the content navigatornamespaceURI
- the namespace of the elementlocalName
- the local name of the elementattrs
- the attributespublic void setValue(AuthenticationMechanismMetaData (src) ammd, ContentNavigator (src) navigator, java.lang.String namespaceURI, java.lang.String localName, java.lang.String value)
ammd
- the authentication mechanism meta datanavigator
- the content navigatornamespaceURI
- the namespace of the elementlocalName
- the local name of the elementvalue
- the valuepublic java.lang.Object newChild(MessageListenerMetaData (src) mlmd, ContentNavigator (src) navigator, java.lang.String namespaceURI, java.lang.String localName, org.xml.sax.Attributes attrs)
mlmd
- the message listener meta datanavigator
- the content navigatornamespaceURI
- the namespace of the elementlocalName
- the local name of the elementattrs
- the attributespublic void setValue(MessageListenerMetaData (src) mlmd, ContentNavigator (src) navigator, java.lang.String namespaceURI, java.lang.String localName, java.lang.String value)
mlmd
- the description meta datanavigator
- the content navigatornamespaceURI
- the namespace of the elementlocalName
- the local name of the elementvalue
- the valuepublic java.lang.Object newChild(AdminObjectMetaData (src) aomd, ContentNavigator (src) navigator, java.lang.String namespaceURI, java.lang.String localName, org.xml.sax.Attributes attrs)
aomd
- the admin object meta datanavigator
- the content navigatornamespaceURI
- the namespace of the elementlocalName
- the local name of the elementattrs
- the attributespublic void setValue(AdminObjectMetaData (src) aomd, ContentNavigator (src) navigator, java.lang.String namespaceURI, java.lang.String localName, java.lang.String value)
aomd
- the admin object meta datanavigator
- the content navigatornamespaceURI
- the namespace of the elementlocalName
- the local name of the elementvalue
- the valuepublic java.lang.Object newChild(SecurityPermissionMetaData (src) spmd, ContentNavigator (src) navigator, java.lang.String namespaceURI, java.lang.String localName, org.xml.sax.Attributes attrs)
spmd
- the security permission meta datanavigator
- the content navigatornamespaceURI
- the namespace of the elementlocalName
- the local name of the elementattrs
- the attributespublic void setValue(SecurityPermissionMetaData (src) spmd, ContentNavigator (src) navigator, java.lang.String namespaceURI, java.lang.String localName, java.lang.String value)
spmd
- the security permission meta datanavigator
- the content navigatornamespaceURI
- the namespace of the elementlocalName
- the local name of the elementvalue
- the valuepublic java.lang.Object newChild(RequiredConfigPropertyMetaData (src) rcpmd, ContentNavigator (src) navigator, java.lang.String namespaceURI, java.lang.String localName, org.xml.sax.Attributes attrs)
rcpmd
- the config property meta datanavigator
- the content navigatornamespaceURI
- the namespace of the elementlocalName
- the local name of the elementattrs
- the attributespublic void setValue(RequiredConfigPropertyMetaData (src) rcpmd, ContentNavigator (src) navigator, java.lang.String namespaceURI, java.lang.String localName, java.lang.String value)
rcpmd
- the required config property meta datanavigator
- the content navigatornamespaceURI
- the namespace of the elementlocalName
- the local name of the elementvalue
- the valuepublic java.lang.Object newRoot(java.lang.Object root, ContentNavigator (src) navigator, java.lang.String namespaceURI, java.lang.String localName, org.xml.sax.Attributes attrs)
ObjectModelFactory (src)
root
argument is null the factory is supposed to create and return a new one.
If the root
argument is not null (i.e. the user provided the root object through the
org.jboss.xml.binding.Unmarshaller) then the factory should either just return it as is
or extract the real root from the root
argument based on the namespace URI and local name.
newRoot
in interface ObjectModelFactory (src)
root
- an object that is the root or which contains the root objectnavigator
- content navigatornamespaceURI
- namespace URI of the rootlocalName
- local name of the rootattrs
- attributes of the root object
|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |