Class AbstractRequestProcessor

  • Direct Known Subclasses:
    API, Resource

    public abstract class AbstractRequestProcessor
    extends Object
    Abstract representation of an entity that can process REST messages. The caller can first invoke the canProcess method of the processor to validate whether this processor can process the given request or not.
    • Field Detail

      • log

        protected org.apache.commons.logging.Log log
    • Constructor Detail

      • AbstractRequestProcessor

        public AbstractRequestProcessor​(String name)
    • Method Detail

      • handleException

        protected void handleException​(String msg)
      • handleException

        protected void handleException​(String msg,
                                       Exception e)