- iface - Variable in class jadex.extension.rs.invoke.RestServiceWrapperInvocationHandler
-
The annotated service interface.
- invoke(Object, Method, Object[]) - Method in class jadex.extension.rs.invoke.RestServiceWrapperInvocationHandler
-
Called when a wrapper method is invoked.
- invokeJson(IInternalAccess, String, String, Map<String, Object>, Map<String, Object>, Class<?>, boolean) - Method in class jadex.extension.rs.invoke.RestInvocationHelper
-
Invokes the REST service for a JSON response.
- invokeJson(IInternalAccess, String, String, Map<String, Object>, Map<String, Object>, String, Class<?>, boolean) - Method in class jadex.extension.rs.invoke.RestInvocationHelper
-
Invokes the REST service for a JSON response.
- invokeJson(IInternalAccess, String, String, Map<String, Object>, Map<String, Object>, Class<?>) - Static method in class jadex.extension.rs.invoke.SRestInvocationHelper
-
Invokes the REST service for a JSON response.
- invokeJson(IInternalAccess, String, String, Map<String, Object>, Map<String, Object>, Class<?>, boolean) - Static method in class jadex.extension.rs.invoke.SRestInvocationHelper
-
Invokes the REST service for a JSON response.
- IParameterMapper - Interface in jadex.extension.rs.publish.mapper
-
The parameter mapper interface is used for mappers that
take as input a parameter array and produce a converted one
as output (n:m).
- IterableStringMapper - Class in jadex.extension.rs.invoke.mapper
-
The iterable string mapper can be used to map an object
that can be iterated over (e.g.
- IterableStringMapper() - Constructor for class jadex.extension.rs.invoke.mapper.IterableStringMapper
-
Create a new string mapper.
- IterableStringMapper(String) - Constructor for class jadex.extension.rs.invoke.mapper.IterableStringMapper
-
Create a new string mapper.
- IterableStringMapper(String, IValueMapper) - Constructor for class jadex.extension.rs.invoke.mapper.IterableStringMapper
-
Create a new string mapper.
- IterableStringMapper(String, String) - Constructor for class jadex.extension.rs.invoke.mapper.IterableStringMapper
-
Create a new string mapper.
- IterableStringMapper(String, String, String) - Constructor for class jadex.extension.rs.invoke.mapper.IterableStringMapper
-
Create a new string mapper.
- IterableStringMapper(String, String, String, IValueMapper) - Constructor for class jadex.extension.rs.invoke.mapper.IterableStringMapper
-
Create a new string mapper.
- IValueMapper - Interface in jadex.extension.rs.publish.mapper
-
The value mapper interface.