org.wso2.registry.jdbc.urlhandlers
Class CommentURLHandler

java.lang.Object
  extended by org.wso2.registry.jdbc.urlhandlers.URLHandler
      extended by org.wso2.registry.jdbc.urlhandlers.CommentURLHandler

public class CommentURLHandler
extends URLHandler


Field Summary
 
Fields inherited from class org.wso2.registry.jdbc.urlhandlers.URLHandler
connectionFactory
 
Constructor Summary
CommentURLHandler(ConnectionFactory connectionFactory)
           
 
Method Summary
 boolean handleURL(java.lang.String url, Artifact artifact)
          Accepts URL in the form ?comment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentURLHandler

public CommentURLHandler(ConnectionFactory connectionFactory)
Method Detail

handleURL

public boolean handleURL(java.lang.String url,
                         Artifact artifact)
                  throws RegistryException
Accepts URL in the form ?comment

Specified by:
handleURL in class URLHandler
Parameters:
url -
artifact -
Returns:
Throws:
RegistryException


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