public class SRest
extends java.lang.Object
Constructor and Description |
---|
SRest() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
createServiceImplementation(jadex.bridge.IInternalAccess agent,
java.lang.Class<?> type,
java.lang.Class<?> impl)
Create a wrapper rest service implementation based on mapping information.
|
public static java.lang.Object createServiceImplementation(jadex.bridge.IInternalAccess agent, java.lang.Class<?> type, java.lang.Class<?> impl)
agent
- The internal access of the publishing agent.type
- The Jadex interface type of the service to be published.impl
- The mapping infomation as annotated interface class.