Package jadex.extension.rs.invoke
Class RSFactoryDesktop
- java.lang.Object
-
- jadex.extension.rs.RSFactory
-
- jadex.extension.rs.invoke.RSFactoryDesktop
-
public class RSFactoryDesktop extends RSFactory
Factory for instantiating the Java SE RestServiceWrapperInvocationHandler.
-
-
Constructor Summary
Constructors Constructor Description RSFactoryDesktop()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.reflect.InvocationHandler
createRSWrapperInvocationHandler(IInternalAccess agent, java.lang.Class<?> impl)
-
Methods inherited from class jadex.extension.rs.RSFactory
getInstance
-
-
-
-
Method Detail
-
createRSWrapperInvocationHandler
public java.lang.reflect.InvocationHandler createRSWrapperInvocationHandler(IInternalAccess agent, java.lang.Class<?> impl)
- Specified by:
createRSWrapperInvocationHandler
in classRSFactory
-
-