Uses of Interface
ch.elca.el4j.util.interfaceenrichment.EnrichmentDecorator

Packages that use EnrichmentDecorator
ch.elca.el4j.services.remoting   
ch.elca.el4j.util.interfaceenrichment   
 

Uses of EnrichmentDecorator in ch.elca.el4j.services.remoting
 

Classes in ch.elca.el4j.services.remoting that implement EnrichmentDecorator
 class ContextEnrichmentDecorator
          This interface decorator adds a map with assembled implicit context to each method of the given interface.
 class RmiEnrichmentDecorator
          This interface decorator adds to a given interface rmi needs.
 

Uses of EnrichmentDecorator in ch.elca.el4j.util.interfaceenrichment
 

Methods in ch.elca.el4j.util.interfaceenrichment with parameters of type EnrichmentDecorator
 byte[] InterfaceEnricher.createShadowInterface(Class<?> serviceInterfaceOld, EnrichmentDecorator interfaceDecorator)
          Creates a shadow interface and returns it as a byte array.
 Class<?> InterfaceEnricher.createShadowInterfaceAndLoadItDirectly(Class<?> serviceInterfaceOld, EnrichmentDecorator interfaceDecorator, ClassLoader cl)
          Creates a shadow interface, loads it in the given class loader and returns the loaded class as a class.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.