Class RDFConnectionFactory

java.lang.Object
org.apache.jena.rdfconnection.RDFConnectionFactory

@Deprecated public class RDFConnectionFactory extends Object
Deprecated.
See individual static methods for replacements.
Factory for RDF connections, both local and remote.

Applications should use RDFConnection#connect(Dataset) or RDFConnection#connect(URL) for most cases and RDFConnectionRemote.service(java.lang.String) for detailed setup of an HTTP connection to remote SPARQL endpoints.

For complex remote (HTTP) connections, see RDFConnectionRemote.newBuilder() for detailed control. This class provides only some common cases.

  • Constructor Details

    • RDFConnectionFactory

      public RDFConnectionFactory()
      Deprecated.
  • Method Details