Package org.apache.synapse.api
Class AbstractRequestProcessor
- java.lang.Object
-
- org.apache.synapse.api.AbstractRequestProcessor
-
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.
-
-
Constructor Summary
Constructors Constructor Description AbstractRequestProcessor(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
handleException(String msg)
protected void
handleException(String msg, Exception e)
-