public class ResponseInterpretter extends Object
| Constructor and Description |
|---|
ResponseInterpretter() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getExists(String jsonExistsResponse) |
static org.apache.xmlbeans.XmlObject |
getXmlObject(String string) |
static boolean |
isError(org.apache.xmlbeans.XmlObject xmlObject) |
static boolean |
onlyExceptionContains(net.opengis.ows.x11.ExceptionReportDocument xbExceptionReportDoc,
String text) |
static org.joda.time.DateTime |
parseDateExtremaFromGetObservationResponse(net.opengis.sos.x20.GetObservationResponseDocument xbGetObsResposeDoc,
DateExtremaType dateExtremaType) |
static org.joda.time.DateTime |
parseMaxDateFromGetObservationResponse(net.opengis.sos.x20.GetObservationResponseDocument xbGetObsResposeDoc) |
static org.joda.time.DateTime |
parseMinDateFromGetObservationResponse(net.opengis.sos.x20.GetObservationResponseDocument xbGetObsResposeDoc) |
public static boolean isError(org.apache.xmlbeans.XmlObject xmlObject)
public static org.apache.xmlbeans.XmlObject getXmlObject(String string) throws org.apache.xmlbeans.XmlException, IOException
org.apache.xmlbeans.XmlExceptionIOExceptionpublic static boolean onlyExceptionContains(net.opengis.ows.x11.ExceptionReportDocument xbExceptionReportDoc,
String text)
public static org.joda.time.DateTime parseMinDateFromGetObservationResponse(net.opengis.sos.x20.GetObservationResponseDocument xbGetObsResposeDoc)
public static org.joda.time.DateTime parseMaxDateFromGetObservationResponse(net.opengis.sos.x20.GetObservationResponseDocument xbGetObsResposeDoc)
public static org.joda.time.DateTime parseDateExtremaFromGetObservationResponse(net.opengis.sos.x20.GetObservationResponseDocument xbGetObsResposeDoc,
DateExtremaType dateExtremaType)
public static boolean getExists(String jsonExistsResponse) throws com.fasterxml.jackson.core.JsonParseException, com.fasterxml.jackson.databind.JsonMappingException, IOException
com.fasterxml.jackson.core.JsonParseExceptioncom.fasterxml.jackson.databind.JsonMappingExceptionIOExceptionCopyright © 2016. All rights reserved.