public class IIOPStubCompiler extends Object
Modifier and Type | Field and Description |
---|---|
static String |
ID_FIELD_NAME |
Constructor and Description |
---|
IIOPStubCompiler() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.classfilewriter.ClassFile |
compile(Class<?> intf,
String stubClassName)
Generates the bytecodes of a stub class for a given interface.
|
Class<?> |
compileToClass(Class<?> intf,
String stubClassName) |
public static final String ID_FIELD_NAME
public static org.jboss.classfilewriter.ClassFile compile(Class<?> intf, String stubClassName)
intf
- RMI/IIOP interface to be implemented by the
stub classstubClassName
- the name of the stub classCopyright © 2016 JBoss by Red Hat. All rights reserved.