com.webmethods.caf.wsclient.session
Interface IWSSessionListener


public interface IWSSessionListener

This callback interface allows a listener to be notified of WSClient session lifecycle events Instances of interface implementations are registered with the IWSClientSessionManager


Method Summary
 void onProxyContextCreated(ProxyContext context)
          A new context was created
 void onSessionCreated(IWSClientSession session)
          A new session has been created
 

Method Detail

onSessionCreated

void onSessionCreated(IWSClientSession session)
A new session has been created

Parameters:
session - the newly created IWSClientSession instance

onProxyContextCreated

void onProxyContextCreated(ProxyContext context)
A new context was created

Parameters:
context - the newly created ProxyContext instance