Class RDFConnectionFactory

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

@Deprecated(forRemoval=true) public class RDFConnectionFactory extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
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, for removal: This API element is subject to removal in a future version.
  • Method Details