public class SRest extends Object
Constructor and Description |
---|
SRest() |
Modifier and Type | Method and Description |
---|---|
static Object |
createServiceImplementation(IInternalAccess agent,
Class<?> type,
Class<?> impl)
Create a wrapper rest service implementation based on mapping information.
|
public static Object createServiceImplementation(IInternalAccess agent, Class<?> type, 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.Copyright © 2012. All Rights Reserved.