当前页面:
在线文档首页 >
JBoss 3.2.7 iiop API Documentation 英文版文档
IIOPStubCompiler (JBoss IIOP Plugin API) - JBoss 3.2.7 iiop API Documentation 英文版文档
org.jboss.proxy.compiler
Class IIOPStubCompiler
java.lang.Object
org.jboss.proxy.compiler.IIOPStubCompiler
- public class IIOPStubCompiler
- extends Object
Utility class responsible for the dynamic generation of bytecodes of
IIOP stub classes.
- Version:
- $Revision: 1.3.2.2 $
- Author:
- Unknown, Francisco Reverbel
Method Summary |
static byte[] |
compile(Class intf,
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 |
IIOPStubCompiler
public IIOPStubCompiler()
compile
public static byte[] compile(Class intf,
String stubClassName)
- 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;
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.