org.apache.stanbol.reasoners.web.input.impl
Class RESTInputFactory

java.lang.Object
  extended by org.apache.stanbol.reasoners.web.input.impl.RESTInputFactory
All Implemented Interfaces:
ReasoningServiceInputFactory

public class RESTInputFactory
extends java.lang.Object
implements ReasoningServiceInputFactory

Factory for a ReasoningServiceInputManager. It creates a SimpleInputManager collecting all known ReasoningServiceInputProviders. TODO In the future we may want to move this out of the /web module into a dedicated /input module.

Author:
enridaga

Constructor Summary
RESTInputFactory(ONManager onm, SessionManager sm, RuleStore rStore)
           
 
Method Summary
 ReasoningServiceInputManager createInputManager(java.util.Map<java.lang.String,java.util.List<java.lang.String>> parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RESTInputFactory

public RESTInputFactory(ONManager onm,
                        SessionManager sm,
                        RuleStore rStore)
Method Detail

createInputManager

public ReasoningServiceInputManager createInputManager(java.util.Map<java.lang.String,java.util.List<java.lang.String>> parameters)
Specified by:
createInputManager in interface ReasoningServiceInputFactory


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.