info.aduna.autofocus.http.protocol
Class Protocol

java.lang.Object
  extended by org.openrdf.http.protocol.Protocol
      extended by info.aduna.autofocus.http.protocol.Protocol

public abstract class Protocol
extends org.openrdf.http.protocol.Protocol

Author:
Herko ter Horst

Nested Class Summary
static class Protocol.UpdateType
           
 
Field Summary
static String RETRIEVE
           
static String RETRIEVE_URI_PARAM_NAME
           
static String UPDATE
           
static String UPDATE_TYPE_PARAM_NAME
           
 
Fields inherited from class org.openrdf.http.protocol.Protocol
ACCEPT_PARAM_NAME, BASEURI_PARAM_NAME, BINDING_PREFIX, CONFIG, CONTEXT_PARAM_NAME, CONTEXTS, DEFAULT_GRAPH_PARAM_NAME, FORM_MIME_TYPE, INCLUDE_INFERRED_PARAM_NAME, NAMED_GRAPH_PARAM_NAME, NAMESPACES, NULL_PARAM_VALUE, OBJECT_PARAM_NAME, PREDICATE_PARAM_NAME, PROTOCOL, QUERY_LANGUAGE_PARAM_NAME, QUERY_PARAM_NAME, REPOSITORIES, SIZE, STATEMENTS, SUBJECT_PARAM_NAME, TXN_MIME_TYPE, VERSION
 
Constructor Summary
Protocol()
           
 
Method Summary
static String getRetrieveLocation(String repositoryLocation)
           
static String getUpdateLocation(String repositoryLocation)
           
static Protocol.UpdateType getUpdateType(String parameterValue)
           
 
Methods inherited from class org.openrdf.http.protocol.Protocol
decodeContext, decodeContexts, decodeResource, decodeURI, decodeValue, encodeContext, encodeContexts, encodeValue, getConfigLocation, getContextsLocation, getNamespacePrefixLocation, getNamespacesLocation, getProtocolLocation, getRepositoriesLocation, getRepositoryLocation, getSizeLocation, getStatementsLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RETRIEVE

public static String RETRIEVE

RETRIEVE_URI_PARAM_NAME

public static String RETRIEVE_URI_PARAM_NAME

UPDATE

public static String UPDATE

UPDATE_TYPE_PARAM_NAME

public static String UPDATE_TYPE_PARAM_NAME
Constructor Detail

Protocol

public Protocol()
Method Detail

getUpdateType

public static final Protocol.UpdateType getUpdateType(String parameterValue)

getUpdateLocation

public static final String getUpdateLocation(String repositoryLocation)

getRetrieveLocation

public static final String getRetrieveLocation(String repositoryLocation)


Copyright © 1997-2008 Aduna. All Rights Reserved.