ch.elca.el4j.core.contextpassing
Interface ImplicitContextPasser

All Known Implementing Classes:
AbstractImplicitContextPasser, AuthenticationServiceContextPasser, CorrelationIdImplicitContextPasser, DetailedStatisticsImplicitContextPasser, SecureUsernamePasswordAuthenticationServiceContextPasser

public interface ImplicitContextPasser

Implicit context passer interface. Please refer to the documentation of the remoting_and_interface_enrichment module more information on this.

Author:
Martin Zeltner (MZE)
File-location:
ImplicitContextPasser
Last check-in date:
2009-08-04 14:35:53 +0200 (Di, 04. Aug 2009) by swismer for revision 3875

Method Summary
 Object getImplicitlyPassedContext()
          This method is called by the stub (e.g.
 void pushImplicitlyPassedContext(Object context)
          This method is called by the skeleton (e.g.
 

Method Detail

getImplicitlyPassedContext

Object getImplicitlyPassedContext()
This method is called by the stub (e.g. ProxyBean) that makes a remote invocation to collect the implicitly passed context and add it to the invocation.

Returns:
The context that should be added to a method call.

pushImplicitlyPassedContext

void pushImplicitlyPassedContext(Object context)
This method is called by the skeleton (e.g. ExporterBean) that receives a remote invocation to push the context to the bean.

Parameters:
context - The received context that should be pushed to the service.


Copyright © 2005-2011 ELCA. All Rights Reserved.