createServiceImplementation
public static java.lang.Object createServiceImplementation(IInternalAccess agent,
                                                           java.lang.Class<?> type,
                                                           java.lang.Class<?> impl)
Create a wrapper rest service implementation based on mapping information.
  Components can call this method to create a service implementation that
  uses an external service.
- Parameters:
 
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.