Uses of Class
net.sf.jaxme.js.pattern.ProxyGenerator.InterfaceDescription

Packages that use ProxyGenerator.InterfaceDescription
net.sf.jaxme.js.pattern The pattern package This package contains a set of design patterns implemented with the JaxMe JavaSource generator framework.  
 

Uses of ProxyGenerator.InterfaceDescription in net.sf.jaxme.js.pattern
 

Methods in net.sf.jaxme.js.pattern that return ProxyGenerator.InterfaceDescription
 ProxyGenerator.InterfaceDescription Ant.AntProxyGenerator.createImplementedInterface()
           
 

Methods in net.sf.jaxme.js.pattern with parameters of type ProxyGenerator.InterfaceDescription
protected  JavaMethod ProxyGenerator.getInterfaceMethod(JavaSource pJs, ProxyGenerator.InterfaceDescription pInterfaceDescription, java.lang.reflect.Method pMethod)
          Generated an instance of JavaMethod for the given ProxyGenerator.GeneratedMethod.
protected  void ProxyGenerator.generateInterfaceMethods(JavaSource pJs, java.util.Map pGeneratedMethods, ProxyGenerator.InterfaceDescription pDescription)
          Generates the methods for a given interface.
protected  JavaConstructor ProxyGenerator.getConstructor(JavaSource pJs, ProxyGenerator.InterfaceDescription[] pInterfaces)
          Creates a constructor with protected access and a single argument, the backing object.
protected  JavaField ProxyGenerator.getBackingObjectField(JavaSource pJs, ProxyGenerator.InterfaceDescription[] pInterfaces)
          Generates the backingObject field.
 JavaSource ProxyGenerator.generate(JavaSourceFactory pFactory, JavaQName pTargetName, ProxyGenerator.InterfaceDescription[] pInterfaces)
          Generates a class implementing the given interfaces.