uk.ac.ncl.cs.instantsoap.wsapi.impl
Class PythonProcessorConfigurator
java.lang.Object
uk.ac.ncl.cs.instantsoap.wsapi.impl.PythonProcessorConfigurator
- All Implemented Interfaces:
- org.springframework.beans.factory.InitializingBean
public class PythonProcessorConfigurator
- extends Object
- implements org.springframework.beans.factory.InitializingBean
Expose python scripts to an InstantsSOAP stack.
This is intended for use in SPRING containers. It searches for a resource:
META-INF/spring/uk.ac.ncl.cs.instantsoap.strategydp.impl.PythonProcessorConfigurator
which should contain one python module per line to expose.
- Author:
- Matthew Pocock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PythonProcessorConfigurator
public PythonProcessorConfigurator()
getProcessor
public MultiplexingMapProcessor getProcessor()
setProcessor
public void setProcessor(MultiplexingMapProcessor processor)
getExecutor
public PythonExecutor getExecutor()
setExecutor
public void setExecutor(PythonExecutor executor)
getSearchLocation
public String getSearchLocation()
setSearchLocations
public void setSearchLocations(String searchLocation)
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
Copyright © 2006-2008. All Rights Reserved.