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


Deprecated.

public interface RequestFactoryInternal

This interface describes all request creation methods a user should not use.

Author:
aw

Method Summary
 EndSessionRequest createEndSessionReq()
          Deprecated. For internal use only.
 NewSessionRequest createNewSessionReq()
          Deprecated. For internal use only.
 PollRequest createPollReq()
          Deprecated. For internal use only.
 PurgePublisherRequest createPurgePublisherReq()
          Deprecated. For internal use only.
 RenewSessionRequest createRenewSessionReq()
          Deprecated. For internal use only.
 

Method Detail

createNewSessionReq

NewSessionRequest createNewSessionReq()
Deprecated. 
For internal use only.


createEndSessionReq

EndSessionRequest createEndSessionReq()
Deprecated. 
For internal use only.

Returns:
the new EndSessionRequest

createRenewSessionReq

RenewSessionRequest createRenewSessionReq()
Deprecated. 
For internal use only.

Returns:
thew new RenewSessionRequest

createPurgePublisherReq

PurgePublisherRequest createPurgePublisherReq()
Deprecated. 
For internal use only.

Returns:
the new PurgePublisherRequest

createPollReq

PollRequest createPollReq()
Deprecated. 
For internal use only.

Returns:
the new PollRequest


Copyright © 2012 Trust@FHH. All Rights Reserved.