Package jadex.extension.rs
Class RSFactory
- java.lang.Object
-
- jadex.extension.rs.RSFactory
-
- Direct Known Subclasses:
RSFactoryDesktop
public abstract class RSFactory extends java.lang.Object
Factory 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.InvocationHandler
createRSWrapperInvocationHandler(IInternalAccess agent, java.lang.Class<?> impl)
static RSFactory
getInstance()
-
-
-
Method Detail
-
getInstance
public static RSFactory getInstance()
-
createRSWrapperInvocationHandler
public abstract java.lang.reflect.InvocationHandler createRSWrapperInvocationHandler(IInternalAccess agent, java.lang.Class<?> impl)
-
-