org.opencrx.application.airsync.server
Class SyncRequest

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

public class SyncRequest
extends Object


Constructor Summary
SyncRequest()
           
SyncRequest(HttpServletRequest httpServletRequest)
           
 
Method Summary
 String getAttachmentName()
           
 String getCmd()
           
 String getDeviceId()
           
 InputStream getInputStream()
           
 double getProtocolVersion()
           
 Object getSessionAttribute(String name)
           
 File getTempDir()
           
 void setSessionAttribute(String name, Object value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SyncRequest

public SyncRequest()

SyncRequest

public SyncRequest(HttpServletRequest httpServletRequest)
Method Detail

getSessionAttribute

public Object getSessionAttribute(String name)

setSessionAttribute

public void setSessionAttribute(String name,
                                Object value)

getTempDir

public File getTempDir()
                throws ServiceException
Throws:
ServiceException

getProtocolVersion

public double getProtocolVersion()

getInputStream

public InputStream getInputStream()
                           throws IOException
Throws:
IOException

getCmd

public String getCmd()

getAttachmentName

public String getAttachmentName()

getDeviceId

public String getDeviceId()

toString

public String toString()
Overrides:
toString in class Object


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