com.ebm_ws.infra.xmlmapping
Class XmlInstantiator2

java.lang.Object
  extended by com.ebm_ws.infra.xmlmapping.ObjInfoHolder
      extended by com.ebm_ws.infra.xmlmapping.XmlInstantiator2

public class XmlInstantiator2
extends ObjInfoHolder

The base class for instantiating an object model that conform to XML mapping rules.


Method Summary
 IXmlObject getRoot()
          Returns the root instantiated object.
 SchemasManager getSchemas()
           
static XmlInstantiator2 instantiate(java.net.URL iXmlFileUrl, java.lang.Object iValidSupport)
           
 
Methods inherited from class com.ebm_ws.infra.xmlmapping.ObjInfoHolder
addInfo, checkAllNodes, dumpMessages, getAllElementMessages, getAllMessages, getGlobalElementMessages, getInfoFromId, getInfoFromObj, getMappingElementMessages, hasMessages, removeAllInfo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getRoot

public IXmlObject getRoot()
Returns the root instantiated object.

Returns:

getSchemas

public SchemasManager getSchemas()

instantiate

public static final XmlInstantiator2 instantiate(java.net.URL iXmlFileUrl,
                                                 java.lang.Object iValidSupport)
                                          throws org.xml.sax.SAXException,
                                                 java.io.IOException,
                                                 javax.xml.parsers.ParserConfigurationException
Throws:
org.xml.sax.SAXException
java.io.IOException
javax.xml.parsers.ParserConfigurationException


Copyright © 2008 eBMWebsourcing. All Rights Reserved.