Package org.apache.synapse.rest
Class AbstractHandler
- java.lang.Object
-
- org.apache.synapse.rest.AbstractHandler
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,Object>
properties
A list of simple properties that would be set on the class before being used
-
Constructor Summary
Constructors Constructor Description AbstractHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addProperty(String name, Object value)
Map
getProperties()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.synapse.rest.Handler
handleRequest, handleResponse
-
-
-
-
Method Detail
-
addProperty
public void addProperty(String name, Object value)
- Specified by:
addProperty
in interfaceHandler
-
getProperties
public Map getProperties()
- Specified by:
getProperties
in interfaceHandler
-
-