gov.nasa.pds.search.core.schema
Class CoreConfigReader

java.lang.Object
  extended by gov.nasa.pds.search.core.schema.CoreConfigReader

public class CoreConfigReader
extends Object


Field Summary
static String CONFIG_PACKAGE
           
static String CONFIG_SCHEMA
           
 
Constructor Summary
CoreConfigReader()
           
 
Method Summary
static Product unmarshall(File coreConfigXML)
           
static Product unmarshall(InputStream coreConfigXML)
           
static Product unmarshall(StreamSource coreConfigXML)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_PACKAGE

public static final String CONFIG_PACKAGE
See Also:
Constant Field Values

CONFIG_SCHEMA

public static final String CONFIG_SCHEMA
See Also:
Constant Field Values
Constructor Detail

CoreConfigReader

public CoreConfigReader()
Method Detail

unmarshall

public static Product unmarshall(InputStream coreConfigXML)
                          throws SAXParseException,
                                 JAXBException,
                                 SAXException
Throws:
SAXParseException
JAXBException
SAXException

unmarshall

public static Product unmarshall(File coreConfigXML)
                          throws SAXParseException,
                                 JAXBException,
                                 SAXException
Throws:
SAXParseException
JAXBException
SAXException

unmarshall

public static Product unmarshall(StreamSource coreConfigXML)
                          throws JAXBException,
                                 SAXException,
                                 SAXParseException
Throws:
JAXBException
SAXException
SAXParseException


Copyright © 2010–2014 Planetary Data System. All rights reserved.