Previous Topic

Next Topic

Developing Protocol Resolvers

There are three components that make up a protocol resolver:

  1. Factories

    Creates resolver instances and registers them with the appropriate protocols.

  2. Content Wrappers

    Wraps the content of files being resolved under a specific protocol.

  3. Resolvers

    Resolve constraints against a file or store that is not naturally in RDF.

The following sections outline how to create these components. The source files used for the protocol resolver part of the tutorial are located in the src/jar/resolver-http/java/ directory of your Mulgara installation.

In This Section

Factories

Content Wrappers

Resolvers

See Also

HTTP Resolver and MP3 Content Handler Tutorial

Prerequisites

Developing Content Handlers

Compiling with Ant

Integrating into Mulgara

Open Source logo

© 2001-2004 Tucana Technologies, Inc. Some rights reserved.

© 2006 The Mulgara Project. Some rights reserved.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License".