Class OntopiaStatusService


  • public class OntopiaStatusService
    extends org.restlet.service.StatusService
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean logClientErrors  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.restlet.representation.Representation getRepresentation​(org.restlet.data.Status status, org.restlet.Request request, org.restlet.Response response)  
      org.restlet.data.Status getStatus​(Throwable throwable, org.restlet.Request request, org.restlet.Response response)  
      void setContext​(org.restlet.Context context)  
      • Methods inherited from class org.restlet.service.StatusService

        createInboundFilter, getConnegService, getContactEmail, getConverterService, getHomeRef, getMetadataService, getStatus, isOverwriting, setConnegService, setContactEmail, setConverterService, setHomeRef, setMetadataService, setOverwriting, toRepresentation, toRepresentation, toStatus, toStatus
      • Methods inherited from class org.restlet.service.Service

        createOutboundFilter, getContext, isEnabled, isStarted, isStopped, setEnabled, start, stop
    • Field Detail

      • logClientErrors

        protected boolean logClientErrors
    • Constructor Detail

      • OntopiaStatusService

        public OntopiaStatusService()
    • Method Detail

      • setContext

        public void setContext​(org.restlet.Context context)
        Overrides:
        setContext in class org.restlet.service.Service
      • getStatus

        public org.restlet.data.Status getStatus​(Throwable throwable,
                                                 org.restlet.Request request,
                                                 org.restlet.Response response)
        Overrides:
        getStatus in class org.restlet.service.StatusService
      • getRepresentation

        public org.restlet.representation.Representation getRepresentation​(org.restlet.data.Status status,
                                                                           org.restlet.Request request,
                                                                           org.restlet.Response response)
        Overrides:
        getRepresentation in class org.restlet.service.StatusService