|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elca.el4j.services.remoting.RmiEnrichmentDecorator
public class RmiEnrichmentDecorator
This interface decorator adds to a given interface rmi needs.
| Constructor Summary | |
|---|---|
RmiEnrichmentDecorator()
|
|
| 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 RmiEnrichmentDecorator()
| 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 | |||||||||