| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elca.el4j.services.remoting.ContextEnrichmentDecorator
public class ContextEnrichmentDecorator
This interface decorator adds a map with assembled implicit context to each method of the given interface.
| Constructor Summary | |
|---|---|
ContextEnrichmentDecorator()
 | 
|
| Method Summary | |
|---|---|
 Class[] | 
changedExtendedInterface(Class[] extendedInterfaces)
Method to change classes, which are extended by the interface.  | 
 String | 
changedInterfaceName(String originalInterfaceName)
Method to change the name of the interface.  | 
 MethodDescriptor | 
changedMethodSignature(MethodDescriptor method)
Method to change the signature of given method.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ContextEnrichmentDecorator()
| Method Detail | 
|---|
public String changedInterfaceName(String originalInterfaceName)
changedInterfaceName in interface EnrichmentDecoratororiginalInterfaceName - Is the name of the original interface.
public Class[] changedExtendedInterface(Class[] extendedInterfaces)
changedExtendedInterface in interface EnrichmentDecoratorextendedInterfaces - Are the extended interfaces of the original interface.
public MethodDescriptor changedMethodSignature(MethodDescriptor method)
changedMethodSignature in interface EnrichmentDecoratormethod - Is the method from the original interface.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||