Class WorkflowServicesConsumer

    • Constructor Detail

      • WorkflowServicesConsumer

        public WorkflowServicesConsumer()
    • Method Detail

      • doErrorResponse

        protected abstract void doErrorResponse​(AdaptrisMessage message,
                                                java.lang.Exception e,
                                                int httpStatus)
      • setStandaloneConsumer

        public void setStandaloneConsumer​(StandaloneConsumer standaloneConsumer)
      • getConsumedUrlPath

        public java.lang.String getConsumedUrlPath()
        This is the url that this consumer will listen for requests. For example "/workflow-services/*"; will trigger this consumer for any requests on "http://host:port/workflow-services/...".
      • setConsumedUrlPath

        public void setConsumedUrlPath​(java.lang.String consumedUrlPath)
        This is the url that this consumer will listen for requests. For example "/workflow-services/*"; will trigger this consumer for any requests on "http://host:port/workflow-services/...".
      • getAcceptedHttpMethods

        public java.lang.String getAcceptedHttpMethods()
        A comma separated list of accepted http request methods; GET, POST, PATCH etc etc And example might be "GET,POST".
      • setAcceptedHttpMethods

        public void setAcceptedHttpMethods​(java.lang.String acceptedHttpMethods)
        A comma separated list of accepted http request methods; GET, POST, PATCH etc etc And example might be "GET,POST".