Package de.fmui.osb.broker.handler
Interface ContextHandler
-
- All Known Implementing Classes:
DefaultContextHandler
public interface ContextHandler
Converter forContext
objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Context
convertContext(Context context)
-
-
-
Method Detail
-
convertContext
Context convertContext(Context context)
Converts aContext
object into a more specificContext
object, if possible. Usually, the context object contains aplatform
field, which indicates where the request is coming from. Bases on this fields, a more specific context object can be derived.- Parameters:
context
- the original context object- Returns:
- a
Context
object
-
-