org.opencrx.application.airsync.server.handler
Class GetAttachmentHandler

java.lang.Object
  extended by org.opencrx.application.airsync.server.handler.GetAttachmentHandler
All Implemented Interfaces:
IRequestHandler

public class GetAttachmentHandler
extends Object
implements IRequestHandler


Field Summary
protected  ISyncBackend backend
           
protected  Logger logger
           
 
Constructor Summary
GetAttachmentHandler(ISyncBackend backend)
           
 
Method Summary
 void handle(SyncRequest request, SyncResponse response, boolean requestHasBody)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected Logger logger

backend

protected ISyncBackend backend
Constructor Detail

GetAttachmentHandler

public GetAttachmentHandler(ISyncBackend backend)
Method Detail

handle

public void handle(SyncRequest request,
                   SyncResponse response,
                   boolean requestHasBody)
            throws IOException
Specified by:
handle in interface IRequestHandler
Throws:
IOException


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.