de.fhhannover.inform.trust.ifmapj.messages
Class RequestImpl

java.lang.Object
  extended by de.fhhannover.inform.trust.ifmapj.messages.RequestImpl
All Implemented Interfaces:
Request

public abstract class RequestImpl
extends Object
implements Request

Simple Request implementation.

Author:
aw

Constructor Summary
RequestImpl()
           
 
Method Summary
 String getSessionId()
           
 void setSessionId(String sessionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestImpl

public RequestImpl()
Method Detail

setSessionId

public final void setSessionId(String sessionId)
Specified by:
setSessionId in interface Request
Parameters:
sessionId - the session-d to be used for this request.

getSessionId

public final String getSessionId()
Specified by:
getSessionId in interface Request
Returns:
the session-id for this request, null if not set.


Copyright © 2012 Trust@FHH. All Rights Reserved.