Teiid 8.3.0.Final

org.teiid.adminapi.impl
Class VDBMetadataParser

java.lang.Object
  extended by org.teiid.adminapi.impl.VDBMetadataParser

public class VDBMetadataParser
extends Object


Constructor Summary
VDBMetadataParser()
           
 
Method Summary
static void marshell(VDBMetaData vdb, OutputStream out)
           
static VDBMetaData unmarshell(InputStream content)
           
static void validate(InputStream content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VDBMetadataParser

public VDBMetadataParser()
Method Detail

unmarshell

public static VDBMetaData unmarshell(InputStream content)
                              throws XMLStreamException
Throws:
XMLStreamException

validate

public static void validate(InputStream content)
                     throws SAXException,
                            IOException
Throws:
SAXException
IOException

marshell

public static void marshell(VDBMetaData vdb,
                            OutputStream out)
                     throws XMLStreamException,
                            IOException
Throws:
XMLStreamException
IOException

Teiid 8.3.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.