org.wso2.registry.app
Class RegistryResolver

java.lang.Object
  extended by org.wso2.registry.app.RegistryResolver
All Implemented Interfaces:
org.apache.abdera.protocol.Resolver<org.apache.abdera.protocol.server.Target>

public class RegistryResolver
extends java.lang.Object
implements org.apache.abdera.protocol.Resolver<org.apache.abdera.protocol.server.Target>


Field Summary
static org.apache.abdera.protocol.server.TargetType ASPECT_TYPE
           
static org.apache.abdera.protocol.server.TargetType ASSOCIATIONS_TYPE
           
static java.lang.String ATOM
           
static org.apache.abdera.protocol.server.TargetType CHECKPOINT_TYPE
           
static org.apache.abdera.protocol.server.TargetType COLLECTION_CUSTOM_TYPE
           
static org.apache.abdera.protocol.server.TargetType COMMENTS_TYPE
           
static org.apache.abdera.protocol.server.TargetType COPY_TYPE
           
static org.apache.abdera.protocol.server.TargetType DELETE_TYPE
           
static org.apache.abdera.protocol.server.TargetType IMPORT_TYPE
           
static org.apache.abdera.protocol.server.TargetType LOGS_TYPE
           
static org.apache.abdera.protocol.server.TargetType MOVE_TYPE
           
static org.apache.abdera.protocol.server.TargetType QUERY_TYPE
           
static org.apache.abdera.protocol.server.TargetType RATINGS_TYPE
           
static org.apache.abdera.protocol.server.TargetType RENAME_TYPE
           
static java.lang.String RESOURCE
           
static org.apache.abdera.protocol.server.TargetType RESTORE_TYPE
           
static org.apache.abdera.protocol.server.TargetType TAGS_TYPE
           
static org.apache.abdera.protocol.server.TargetType TAGURL_TYPE
           
static org.apache.abdera.protocol.server.TargetType VERSIONS_TYPE
           
 
Constructor Summary
RegistryResolver(EmbeddedRegistry embeddedRegistry, java.lang.String basePath)
           
 
Method Summary
 java.lang.String getBasePath()
           
 org.apache.abdera.protocol.server.Target resolve(org.apache.abdera.protocol.Request request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

public static final java.lang.String RESOURCE
See Also:
Constant Field Values

ATOM

public static final java.lang.String ATOM
See Also:
Constant Field Values

TAGS_TYPE

public static final org.apache.abdera.protocol.server.TargetType TAGS_TYPE

LOGS_TYPE

public static final org.apache.abdera.protocol.server.TargetType LOGS_TYPE

RATINGS_TYPE

public static final org.apache.abdera.protocol.server.TargetType RATINGS_TYPE

RENAME_TYPE

public static final org.apache.abdera.protocol.server.TargetType RENAME_TYPE

COPY_TYPE

public static final org.apache.abdera.protocol.server.TargetType COPY_TYPE

MOVE_TYPE

public static final org.apache.abdera.protocol.server.TargetType MOVE_TYPE

COMMENTS_TYPE

public static final org.apache.abdera.protocol.server.TargetType COMMENTS_TYPE

TAGURL_TYPE

public static final org.apache.abdera.protocol.server.TargetType TAGURL_TYPE

ASSOCIATIONS_TYPE

public static final org.apache.abdera.protocol.server.TargetType ASSOCIATIONS_TYPE

RESTORE_TYPE

public static final org.apache.abdera.protocol.server.TargetType RESTORE_TYPE

ASPECT_TYPE

public static final org.apache.abdera.protocol.server.TargetType ASPECT_TYPE

VERSIONS_TYPE

public static final org.apache.abdera.protocol.server.TargetType VERSIONS_TYPE

CHECKPOINT_TYPE

public static final org.apache.abdera.protocol.server.TargetType CHECKPOINT_TYPE

QUERY_TYPE

public static final org.apache.abdera.protocol.server.TargetType QUERY_TYPE

IMPORT_TYPE

public static final org.apache.abdera.protocol.server.TargetType IMPORT_TYPE

DELETE_TYPE

public static final org.apache.abdera.protocol.server.TargetType DELETE_TYPE

COLLECTION_CUSTOM_TYPE

public static final org.apache.abdera.protocol.server.TargetType COLLECTION_CUSTOM_TYPE
Constructor Detail

RegistryResolver

public RegistryResolver(EmbeddedRegistry embeddedRegistry,
                        java.lang.String basePath)
Method Detail

resolve

public org.apache.abdera.protocol.server.Target resolve(org.apache.abdera.protocol.Request request)
Specified by:
resolve in interface org.apache.abdera.protocol.Resolver<org.apache.abdera.protocol.server.Target>

getBasePath

public java.lang.String getBasePath()


Copyright © 2007 Apache Web Services Project. All Rights Reserved.