Class FactoryBeanSparqlServer

java.lang.Object
org.aksw.jenax.web.server.boot.FactoryBeanSparqlServer

@Deprecated public class FactoryBeanSparqlServer extends Object
Deprecated.
Use ServerBuilder instead which is not limited to a single sparql servlet
  • Field Details

    • port

      protected Integer port
      Deprecated.
    • connectionFactory

      protected org.aksw.jenax.web.servlet.RdfConnectionFactory connectionFactory
      Deprecated.
      Resolver of http servlet requests to connections. Implementations may choose to ignore or validate any request arguments. The returned connection must be a fresh one and it will be closed once the request processing is done.
    • sparqlStmtParser

      protected SparqlStmtParser sparqlStmtParser
      Deprecated.
  • Constructor Details

    • FactoryBeanSparqlServer

      public FactoryBeanSparqlServer()
      Deprecated.
  • Method Details