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 voidmarshall(VDBMetaData vdb, OutputStream out)static voidmarshell(VDBMetaData vdb, OutputStream out)Deprecated.static VDBMetaDataunmarshall(InputStream content)static VDBMetaDataunmarshell(InputStream content)Deprecated.static voidvalidate(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:
SAXExceptionIOException
-
marshell
@Deprecated public static void marshell(VDBMetaData vdb, OutputStream out) throws XMLStreamException, IOException
Deprecated.- Throws:
XMLStreamExceptionIOException
-
marshall
public static void marshall(VDBMetaData vdb, OutputStream out) throws XMLStreamException, IOException
- Throws:
XMLStreamExceptionIOException
-
-