Uses of Class
org.marketcetera.util.ws.stateful.ClientContext

Packages that use ClientContext
org.marketcetera.util.ws.stateful Web services infrastructure. 
 

Uses of ClientContext in org.marketcetera.util.ws.stateful
 

Methods in org.marketcetera.util.ws.stateful that return ClientContext
 ClientContext Client.getContext()
           
 

Methods in org.marketcetera.util.ws.stateful with parameters of type ClientContext
protected abstract  T RemoteCaller.call(ClientContext context, SessionHolder<S> sessionHolder)
          The service implementation, executed on behalf of the client with the given context and associated session holder.
 void RemoteRunner.execute(ClientContext context)
          Invokes the service implementation on behalf of the client with the given context.
 T RemoteCaller.execute(ClientContext context)
          Invokes the service implementation on behalf of the client with the given context.
protected  SessionHolder<T> RemoteCall.getSessionHolder(ClientContext context)
          Asserts that the given client context matches all of the receiver's filters.
 void AuthServiceImpl.logout(ClientContext context)
           
 void AuthService.logout(ClientContext context)
          Logs out the client with the given context.
protected abstract  void RemoteRunner.run(ClientContext context, SessionHolder<S> sessionHolder)
          The service implementation, executed on behalf of the client with the given context and associated session holder.
 



Copyright © 2012. All Rights Reserved.