Package org.jboss.as.ejb3.iiop.stub
Class IIOPStubCompiler
java.lang.Object
org.jboss.as.ejb3.iiop.stub.IIOPStubCompiler
Utility class responsible for the dynamic generation of bytecodes of
IIOP stub classes.
- Author:
- Stuart Douglas, Francisco Reverbel, Richard Opalka
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ID_FIELD_NAME
- See Also:
-
-
Constructor Details
-
IIOPStubCompiler
public IIOPStubCompiler()
-
-
Method Details
-
compile
Generates the bytecodes of a stub class for a given interface.- Parameters:
intf- RMI/IIOP interface to be implemented by the stub classstubClassName- the name of the stub class- Returns:
- a byte array with the generated bytecodes;
-
compileToClass
-