public interface IServiceParameterMapper<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
createServiceParameters(T obj,
java.lang.reflect.Method m,
RPlan plan)
Create service parameters.
|
void |
handleServiceResult(T obj,
java.lang.reflect.Method m,
java.lang.Object result,
RPlan plan)
Create service result.
|
java.lang.Object[] createServiceParameters(T obj, java.lang.reflect.Method m, RPlan plan)
obj - The pojo or rgoal.plan - The service call plan (possibly has parameter definitions).m - The service method called.