org.wso2.registry.app
Class RegistryAtomProvider

java.lang.Object
  extended by AbstractProvider
      extended by org.wso2.registry.app.RegistryAtomProvider

public class RegistryAtomProvider
extends AbstractProvider


Constructor Summary
RegistryAtomProvider()
           
 
Method Summary
 ResponseContext createEntry(RequestContext request)
           
 ResponseContext deleteEntry(RequestContext request)
           
 ResponseContext getEntry(RequestContext request)
           
 ResponseContext getFeed(RequestContext request)
           
 ResponseContext getService(RequestContext request)
           
 ResponseContext updateEntry(RequestContext request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryAtomProvider

public RegistryAtomProvider()
Method Detail

getService

public ResponseContext getService(RequestContext request)

getFeed

public ResponseContext getFeed(RequestContext request)

createEntry

public ResponseContext createEntry(RequestContext request)

deleteEntry

public ResponseContext deleteEntry(RequestContext request)

getEntry

public ResponseContext getEntry(RequestContext request)

updateEntry

public ResponseContext updateEntry(RequestContext request)


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