| com.sun.portal.wsrp.consumer.markup.ProducerSessionManager
All known Subclasses: com.sun.portal.wsrp.consumer.markup.impl.ProducerSessionManagerImpl, com.sun.portal.wsrp.consumer.markup.impl.ProducerSessionManagerNoInitCookie, com.sun.portal.wsrp.consumer.markup.impl.ProducerSessionManagerInitCookie,
ProducerSessionManager | public interface ProducerSessionManager (Code) | | This interface has methods to manage the session and cookies
with a WSRP Producer.
|
Method Summary | |
public String | getCookieHandleKey(MarkupConfig markupConfig, ContainerRequest request) Returns the key that it is used to store the
cookie jar in the session. | public WSRP_v1_Markup_PortType | getMarkupPortType(MarkupConfig markupConfig, ContainerRequest request) Returns a markup porttype stub that can be used
for calling remote markup methods. | public String | getProducerSessionId(MarkupConfig markupConfig, ContainerRequest request) | public void | processSessionContext(MarkupConfig markupConfig, ContainerRequest request, SessionContext sessionContext) This method processes the SessionContext sent by the producer
as part of the response. | public void | resetMarkupPortType(WSRP_v1_Markup_PortType invalidPortType, MarkupConfig markupConfig, ContainerRequest request) Clears the markup port type used, whenever caller
finds invalid cookie setting on it. | public void | resetSessionId(String invalidSessionId, MarkupConfig markupConfig, ContainerRequest request) Invalidate or remove the session explicitly. |
|
|