public class CoreConfigReader
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONFIG_PACKAGE |
static java.lang.String |
CONFIG_SCHEMA |
Constructor and Description |
---|
CoreConfigReader() |
Modifier and Type | Method and Description |
---|---|
static Product |
unmarshall(java.io.File coreConfigXML) |
static Product |
unmarshall(java.io.InputStream coreConfigXML) |
static Product |
unmarshall(javax.xml.transform.stream.StreamSource coreConfigXML) |
public static final java.lang.String CONFIG_PACKAGE
public static final java.lang.String CONFIG_SCHEMA
public static Product unmarshall(java.io.InputStream coreConfigXML) throws org.xml.sax.SAXParseException, javax.xml.bind.JAXBException, org.xml.sax.SAXException
org.xml.sax.SAXParseException
javax.xml.bind.JAXBException
org.xml.sax.SAXException
public static Product unmarshall(java.io.File coreConfigXML) throws org.xml.sax.SAXParseException, javax.xml.bind.JAXBException, org.xml.sax.SAXException
org.xml.sax.SAXParseException
javax.xml.bind.JAXBException
org.xml.sax.SAXException
public static Product unmarshall(javax.xml.transform.stream.StreamSource coreConfigXML) throws javax.xml.bind.JAXBException, org.xml.sax.SAXException, org.xml.sax.SAXParseException
javax.xml.bind.JAXBException
org.xml.sax.SAXException
org.xml.sax.SAXParseException
Copyright © 2010-2018 Planetary Data System. All Rights Reserved.