Package jadex.extension.rs.invoke
Class RestServiceAgent
- java.lang.Object
 - 
- jadex.extension.rs.invoke.RestServiceAgent
 
 
- 
public class RestServiceAgent extends java.lang.ObjectConvenience agent that wraps a normal rest web service as Jadex service. In this way the web service can be used by active components in the same way as normal Jadex component services. 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected IInternalAccessagentThe micro agent. 
- 
Constructor Summary
Constructors Constructor Description RestServiceAgent() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectcreateServiceImplementation(java.lang.Class<?> type, java.lang.Class<?> impl)Create a wrapper service implementation based on mapping information. 
 - 
 
- 
- 
Field Detail
- 
agent
protected IInternalAccess agent
The micro agent. 
 - 
 
 -