org.exist.atom
Interface AtomModule

All Known Implementing Classes:
AtomFeeds, AtomModuleBase, AtomProtocol, Query

public interface AtomModule

Author:
R. Alexander Milowski

Nested Class Summary
static interface AtomModule.Context
           
 
Method Summary
 void init(AtomModule.Context context)
           
 void process(DBBroker broker, IncomingMessage message, OutgoingMessage response)
           
 

Method Detail

init

void init(AtomModule.Context context)
          throws EXistException
Throws:
EXistException

process

void process(DBBroker broker,
             IncomingMessage message,
             OutgoingMessage response)
             throws BadRequestException,
                    PermissionDeniedException,
                    NotFoundException,
                    EXistException,
                    IOException
Throws:
BadRequestException
PermissionDeniedException
NotFoundException
EXistException
IOException


Copyright (C) Wolfgang Meier. All rights reserved.