Class BatchResponse.ExceptionOrResponse
- java.lang.Object
-
- org.n52.shetland.ogc.sos.response.BatchResponse.ExceptionOrResponse
-
- Enclosing class:
- BatchResponse
public static class BatchResponse.ExceptionOrResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description ExceptionOrResponse(OwsExceptionReport exception)ExceptionOrResponse(OwsServiceResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OwsExceptionReportgetException()OwsServiceResponsegetResponse()booleanisException()
-
-
-
Constructor Detail
-
ExceptionOrResponse
public ExceptionOrResponse(OwsServiceResponse response)
-
ExceptionOrResponse
public ExceptionOrResponse(OwsExceptionReport exception)
-
-
Method Detail
-
isException
public boolean isException()
-
getException
public OwsExceptionReport getException()
-
getResponse
public OwsServiceResponse getResponse()
-
-