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 SummaryConstructors Constructor Description RSFactory()
 - 
Method SummaryAll 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- 
getInstancepublic static RSFactory getInstance() 
 - 
createRSWrapperInvocationHandlerpublic abstract java.lang.reflect.InvocationHandler createRSWrapperInvocationHandler(IInternalAccess agent, java.lang.Class<?> impl) 
 
- 
 
-