cz.cuni.pogamut.introspection.python
Class PythonProxyFactory

java.lang.Object
  extended by cz.cuni.pogamut.introspection.ScriptProxyFactory
      extended by cz.cuni.pogamut.introspection.python.PythonProxyFactory

public class PythonProxyFactory
extends ScriptProxyFactory

Factory object that is registered through SPI standard and creates PythonEngineScriptProxy if it is asked to create proxy for com.sun.script.jython.JythonScriptEngine engine.


Constructor Summary
PythonProxyFactory()
          Creates a new instance of PythonProxyFactory
 
Method Summary
 ScriptProxy createProxy(javax.script.ScriptEngine engine)
          Create instance of Proxy for given engine, return null if this engine isn't supported by this factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PythonProxyFactory

public PythonProxyFactory()
Creates a new instance of PythonProxyFactory

Method Detail

createProxy

public ScriptProxy createProxy(javax.script.ScriptEngine engine)
Description copied from class: ScriptProxyFactory
Create instance of Proxy for given engine, return null if this engine isn't supported by this factory.

Specified by:
createProxy in class ScriptProxyFactory