Class GetResultHandler

  • All Implemented Interfaces:
    org.n52.iceland.request.handler.GenericOperationHandler<org.n52.shetland.ogc.wps.request.GetResultRequest,org.n52.shetland.ogc.wps.response.GetResultResponse>, org.n52.iceland.request.handler.OperationHandler, org.n52.janmayen.component.Component<org.n52.iceland.request.handler.OperationHandlerKey>, org.n52.janmayen.component.Keyed<org.n52.iceland.request.handler.OperationHandlerKey>, org.n52.svalbard.ConformanceClass

    public class GetResultHandler
    extends AbstractJobHandler
    implements org.n52.iceland.request.handler.GenericOperationHandler<org.n52.shetland.ogc.wps.request.GetResultRequest,org.n52.shetland.ogc.wps.response.GetResultResponse>
    TODO JavaDoc
    • Constructor Summary

      Constructors 
      Constructor Description
      GetResultHandler​(org.n52.javaps.engine.Engine engine)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<org.n52.iceland.request.handler.OperationHandlerKey> getKeys()  
      java.lang.String getOperationName()  
      org.n52.shetland.ogc.wps.response.GetResultResponse handle​(org.n52.shetland.ogc.wps.request.GetResultRequest request)  
      boolean isSupported()  
      • Methods inherited from class org.n52.iceland.request.handler.AbstractOperationHandler

        getBindingRepository, getDefaultLanguage, getOperationConstraints, getOperationMetadata, getOperationsMetadata, getRequestedLocale, getServiceURL, isShowAllLanguages, setBindingRepository, setDefaultLanguage, setServiceURL, setShowAllLanguages
      • Methods inherited from interface org.n52.svalbard.ConformanceClass

        getConformanceClasses
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.n52.iceland.request.handler.OperationHandler

        getOperationsMetadata
    • Constructor Detail

      • GetResultHandler

        @Inject
        public GetResultHandler​(org.n52.javaps.engine.Engine engine)
    • Method Detail

      • handle

        public org.n52.shetland.ogc.wps.response.GetResultResponse handle​(org.n52.shetland.ogc.wps.request.GetResultRequest request)
                                                                   throws org.n52.shetland.ogc.ows.exception.OwsExceptionReport
        Specified by:
        handle in interface org.n52.iceland.request.handler.GenericOperationHandler<org.n52.shetland.ogc.wps.request.GetResultRequest,org.n52.shetland.ogc.wps.response.GetResultResponse>
        Throws:
        org.n52.shetland.ogc.ows.exception.OwsExceptionReport
      • getOperationName

        public java.lang.String getOperationName()
        Specified by:
        getOperationName in interface org.n52.iceland.request.handler.OperationHandler
      • getKeys

        public java.util.Set<org.n52.iceland.request.handler.OperationHandlerKey> getKeys()
        Specified by:
        getKeys in interface org.n52.janmayen.component.Keyed<org.n52.iceland.request.handler.OperationHandlerKey>
      • isSupported

        public boolean isSupported()
        Specified by:
        isSupported in interface org.n52.iceland.request.handler.OperationHandler