| java.lang.Object org.jboss.proxy.compiler.IIOPStubCompiler
IIOPStubCompiler | public class IIOPStubCompiler (Code) | | Utility class responsible for the dynamic generation of bytecodes of
IIOP stub classes.
author: Unknown author: Francisco Reverbel version: $Revision: 57194 $ |
Method Summary | |
public static byte[] | compile(Class intf, String stubClassName) Generates the bytecodes of a stub class for a given interface. |
compile | public static byte[] compile(Class intf, String stubClassName)(Code) | | Generates the bytecodes of a stub class for a given interface.
Parameters: intf - RMI/IIOP interface to be implemented by the stub class Parameters: stubClassName - the name of the stub class a byte array with the generated bytecodes; |
|
|