|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IJSONObjectDataComponent
The Interface IJSONObjectDataComponent. If the DataComponent extends this extension point it can handle JSONObject of the concrete Java JSON implementation that can be found on "www.json.org/java".
Method Summary | |
---|---|
JSONObject |
step(JSONObject jSONObject)
Step method for a DataObserver and a DataPrroducer. |
Method Detail |
---|
JSONObject step(JSONObject jSONObject) throws KiemExecutionException
KiemExecutionException
that is then catched by the execution manager an brought to
the user's attention.
jSONObject
- the concrete JSONObject of input data (if observer)
KiemExecutionException
- a KiemExecutionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |