Package jadex.extension.rs
Class RSFactory
- java.lang.Object
 - 
- jadex.extension.rs.RSFactory
 
 
- 
- Direct Known Subclasses:
 RSFactoryDesktop
public abstract class RSFactory extends java.lang.ObjectFactory for instantiating the platform-specific RestServiceWrapperInvocationHandler. 
- 
- 
Constructor Summary
Constructors Constructor Description RSFactory() 
- 
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.lang.reflect.InvocationHandlercreateRSWrapperInvocationHandler(IInternalAccess agent, java.lang.Class<?> impl)static RSFactorygetInstance() 
 - 
 
- 
- 
Method Detail
- 
getInstance
public static RSFactory getInstance()
 
- 
createRSWrapperInvocationHandler
public abstract java.lang.reflect.InvocationHandler createRSWrapperInvocationHandler(IInternalAccess agent, java.lang.Class<?> impl)
 
 - 
 
 -