org.modeshape.sequencer.teiid.model
Class JdbcModelObjectHandler
java.lang.Object
org.modeshape.sequencer.teiid.model.ModelObjectHandler
org.modeshape.sequencer.teiid.model.JdbcModelObjectHandler
public final class JdbcModelObjectHandler
- extends ModelObjectHandler
The model object handler for the JDBC namespace.
| Methods inherited from class org.modeshape.sequencer.teiid.model.ModelObjectHandler |
addNode, addNode, addPropertyValue, addPropertyValue, getContext, getMedHelper, getReader, getResolver, getVdbModel, setBooleanProperty, setContext, setProperty, setReader, setResolver, setVdbModel |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JdbcModelObjectHandler
public JdbcModelObjectHandler()
getQName
protected String getQName(XmiPart xmiPart)
- Overrides:
getQName in class ModelObjectHandler
- Parameters:
xmiPart - the XMI part whose qualified name is being requested (cannot be null)
- Returns:
- the qualified name obtained from the part (never
null or empty) - See Also:
ModelObjectHandler.getQName(org.modeshape.sequencer.teiid.xmi.XmiPart)
process
protected void process(XmiElement element,
Node parentNode)
throws Exception
- Specified by:
process in class ModelObjectHandler
- Parameters:
element - the element being processed (cannot be null)parentNode - the parent node to use if a node is created for the element (cannot be null)
- Throws:
Exception - if there is a problem processing the XMI element- See Also:
ModelObjectHandler.process(org.modeshape.sequencer.teiid.xmi.XmiElement,
javax.jcr.Node)
Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.