Package org.teiid.adminapi.impl
Class VDBMetadataParser
- java.lang.Object
-
- org.teiid.adminapi.impl.VDBMetadataParser
-
public class VDBMetadataParser extends Object
-
-
Constructor Summary
Constructors Constructor Description VDBMetadataParser()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
marshall(VDBMetaData vdb, OutputStream out)
static void
marshell(VDBMetaData vdb, OutputStream out)
Deprecated.static VDBMetaData
unmarshall(InputStream content)
static VDBMetaData
unmarshell(InputStream content)
Deprecated.static void
validate(InputStream content)
-
-
-
Method Detail
-
unmarshell
@Deprecated public static VDBMetaData unmarshell(InputStream content) throws XMLStreamException
Deprecated.- Throws:
XMLStreamException
-
unmarshall
public static VDBMetaData unmarshall(InputStream content) throws XMLStreamException
- Throws:
XMLStreamException
-
validate
public static void validate(InputStream content) throws SAXException, IOException
- Throws:
SAXException
IOException
-
marshell
@Deprecated public static void marshell(VDBMetaData vdb, OutputStream out) throws XMLStreamException, IOException
Deprecated.- Throws:
XMLStreamException
IOException
-
marshall
public static void marshall(VDBMetaData vdb, OutputStream out) throws XMLStreamException, IOException
- Throws:
XMLStreamException
IOException
-
-