org.exist.atom.modules
Class AtomFeeds
java.lang.Object
org.exist.atom.modules.AtomModuleBase
org.exist.atom.modules.AtomFeeds
- All Implemented Interfaces:
- Atom, AtomModule
- Direct Known Subclasses:
- AtomProtocol
public class AtomFeeds
- extends AtomModuleBase
- implements Atom
- Author:
- R. Alexander Milowski
Constructor Summary |
AtomFeeds()
Creates a new instance of AtomProtocol |
AtomFeeds
public AtomFeeds()
- Creates a new instance of AtomProtocol
doGet
public void doGet(DBBroker broker,
IncomingMessage request,
OutgoingMessage response)
throws BadRequestException,
PermissionDeniedException,
NotFoundException,
EXistException
- Overrides:
doGet
in class AtomModuleBase
- Throws:
BadRequestException
PermissionDeniedException
NotFoundException
EXistException
doHead
public void doHead(DBBroker broker,
IncomingMessage request,
OutgoingMessage response)
throws BadRequestException,
PermissionDeniedException,
NotFoundException,
EXistException
- Overrides:
doHead
in class AtomModuleBase
- Throws:
BadRequestException
PermissionDeniedException
NotFoundException
EXistException
getEntryById
public void getEntryById(DBBroker broker,
String path,
String id,
OutgoingMessage response)
throws EXistException,
BadRequestException
- Throws:
EXistException
BadRequestException
Copyright (C) Wolfgang Meier. All rights reserved.