Package org.n52.svalbard.encode.stream
Class OwsExceptionReportResponse
- java.lang.Object
-
- org.n52.shetland.ogc.ows.service.OwsServiceCommunicationObject
-
- org.n52.shetland.ogc.ows.service.OwsServiceResponse
-
- org.n52.svalbard.encode.stream.OwsExceptionReportResponse
-
- All Implemented Interfaces:
java.lang.AutoCloseable,org.n52.shetland.ogc.ows.HasExtension<org.n52.shetland.ogc.ows.service.OwsServiceResponse>
public class OwsExceptionReportResponse extends org.n52.shetland.ogc.ows.service.OwsServiceResponseTODO JavaDoc
-
-
Constructor Summary
Constructors Constructor Description OwsExceptionReportResponse(org.n52.shetland.ogc.ows.exception.OwsExceptionReport owsExceptionReport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.n52.shetland.ogc.ows.exception.OwsExceptionReportgetOwsExceptionReport()-
Methods inherited from interface org.n52.shetland.ogc.ows.HasExtension
addExtension, addExtension, addExtensions, addSweBooleanExtension, addSweBooleanExtension, addSwesExtension, addSweTextExtension, getBooleanExtension, getBooleanExtension, getBooleanExtension, getBooleanExtension, getExtension, getExtension, getExtensionCount, hasExtension, hasExtension, hasExtensions, isSetExtensions
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-