org.opencrx.application.airsync.server
Class SyncResponse

java.lang.Object
  extended by org.opencrx.application.airsync.server.SyncResponse

public class SyncResponse
extends Object


Constructor Summary
SyncResponse(HttpServletResponse resp)
           
 
Method Summary
 OutputStream getOutputStream()
           
 void sendError(int statusCode)
           
 void setContentLength(int len)
           
 void setContentType(String contentType)
           
 void setStatus(int status)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncResponse

public SyncResponse(HttpServletResponse resp)
Method Detail

getOutputStream

public OutputStream getOutputStream()
                             throws IOException
Throws:
IOException

setStatus

public void setStatus(int status)

setContentLength

public void setContentLength(int len)

setContentType

public void setContentType(String contentType)

sendError

public void sendError(int statusCode)
               throws IOException
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.