ModeShape Distribution 3.0.0.CR1

org.modeshape.sequencer.teiid.model
Class CoreModelObjectHandler

java.lang.Object
  extended by org.modeshape.sequencer.teiid.model.ModelObjectHandler
      extended by org.modeshape.sequencer.teiid.model.CoreModelObjectHandler

public final class CoreModelObjectHandler
extends ModelObjectHandler

The model object handler for the core namespace.


Field Summary
 
Fields inherited from class org.modeshape.sequencer.teiid.model.ModelObjectHandler
DEBUG, logger
 
Constructor Summary
CoreModelObjectHandler()
           
 
Method Summary
protected  void process(XmiElement element, Node modelNode)
           
 
Methods inherited from class org.modeshape.sequencer.teiid.model.ModelObjectHandler
addNode, addPropertyValue, addPropertyValue, debug, getContext, getQName, 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
 

Constructor Detail

CoreModelObjectHandler

public CoreModelObjectHandler()
Method Detail

process

protected void process(XmiElement element,
                       Node modelNode)
                throws Exception
Specified by:
process in class ModelObjectHandler
Parameters:
element - the element being processed (cannot be null)
modelNode - 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)

ModeShape Distribution 3.0.0.CR1

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.