public class PolicyReader extends Object
Modifier and Type | Field and Description |
---|---|
static String |
POLICY_PACKAGE |
static String |
POLICY_SCHEMA |
Constructor and Description |
---|
PolicyReader() |
Modifier and Type | Method and Description |
---|---|
static Policy |
unmarshall(File policyXML) |
static Policy |
unmarshall(StreamSource policyXML) |
static Policy |
unmarshall(URL policyXML) |
public static final String POLICY_PACKAGE
public static final String POLICY_SCHEMA
public static Policy unmarshall(URL policyXML) throws SAXParseException, JAXBException, SAXException
public static Policy unmarshall(File policyXML) throws SAXParseException, JAXBException, SAXException
public static Policy unmarshall(StreamSource policyXML) throws JAXBException, SAXException, SAXParseException
Copyright © 2010–2017 Planetary Data System. All rights reserved.