org.apache.wsrp4j.consumer
Interface SessionHandler


public interface SessionHandler

Interface of a session handler on the consumer side.

Author:
Stephan Laertz

Method Summary
 UserSessionMgr getUserSession(java.lang.String producerID, java.lang.String userID)
          Get the session manager of the user session with the given user ID and producer ID.
 

Method Detail

getUserSession

public UserSessionMgr getUserSession(java.lang.String producerID,
                                     java.lang.String userID)
                              throws WSRPException
Get the session manager of the user session with the given user ID and producer ID.

Returns:
The user session object representing a session between an end-user and a producer.
Throws:
WSRPException