de.fhhannover.inform.trust.ifmapj.messages
Interface Request

All Known Subinterfaces:
EndSessionRequest, NewSessionRequest, PollRequest, PublishRequest, PurgePublisherRequest, RenewSessionRequest, SearchRequest, SubscribeRequest
All Known Implementing Classes:
NewSessionRequestImpl, RequestImpl

public interface Request

Simple interface indicating an IF-MAP request and providing access to the session-id attribute. A IF-MAP request is any possible element in the SOAP Body element. All requests, with the exception newSession, implement this interface. Users of ifmapJ should never directly use this interface, as the session-id will be set by the SSRC or ARC implementation automatically.

Author:
aw

Method Summary
 String getSessionId()
           
 void setSessionId(String sessionId)
           
 

Method Detail

setSessionId

void setSessionId(String sessionId)
Parameters:
sessionId - the session-d to be used for this request.
Throws:
NullPointerException - if sessionId is null.

getSessionId

String getSessionId()
Returns:
the session-id for this request, null if not set.


Copyright © 2012 Trust@FHH. All Rights Reserved.