|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.proxy.compiler.IIOPStubCompiler
Utility class responsible for the dynamic generation of bytecodes of IIOP stub classes.
Constructor Summary | |
IIOPStubCompiler()
|
Method Summary | |
static byte[] |
compile(java.lang.Class intf,
java.lang.String stubClassName)
Generates the bytecodes of a stub class for a given interface. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IIOPStubCompiler()
Method Detail |
public static byte[] compile(java.lang.Class intf, java.lang.String stubClassName)
intf
- RMI/IIOP interface to be implemented by the
stub classstubClassName
- the name of the stub class
|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |