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>propertiesA 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 voidaddProperty(String name, Object value)MapgetProperties()-
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:
addPropertyin interfaceHandler
-
getProperties
public Map getProperties()
- Specified by:
getPropertiesin interfaceHandler
-
-