org.wso2.registry.jdbc.urlhandlers
Class URLHandler

java.lang.Object
  extended by org.wso2.registry.jdbc.urlhandlers.URLHandler
Direct Known Subclasses:
CommentCollectionURLHandler, CommentURLHandler, TagURLHandler

public abstract class URLHandler
extends java.lang.Object


Field Summary
protected  ConnectionFactory connectionFactory
           
 
Constructor Summary
URLHandler(ConnectionFactory connectionFactory)
           
 
Method Summary
abstract  boolean handleURL(java.lang.String url, Artifact artifact)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connectionFactory

protected ConnectionFactory connectionFactory
Constructor Detail

URLHandler

public URLHandler(ConnectionFactory connectionFactory)
Method Detail

handleURL

public abstract boolean handleURL(java.lang.String url,
                                  Artifact artifact)
                           throws RegistryException
Throws:
RegistryException


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