void |
SampleWriter.createInterface(String boundName,
String className,
List<MethodCandidate> methods) |
Creates an interface file for the remote method call.
|
void |
SampleWriter.createInterfaceSample(String boundName,
String className,
List<MethodCandidate> methods) |
Create Java code for an remote interface.
|
void |
SampleWriter.createLegacyStub(String boundName,
String className,
List<MethodCandidate> methods) |
Creates Java code for a legacy Stub object.
|
void |
SampleWriter.createSample(String className,
boolean unknownClass,
String boundName,
MethodCandidate method,
String remoteHost,
int remotePort) |
Creates a sample to invoke the specified MethodCandidate on the specified remoteHost.
|
void |
SampleWriter.createSamples(String boundName,
String className,
boolean unknownClass,
List<MethodCandidate> methods,
RMIEndpoint rmi) |
Creates samples for a bound name and the corresponding available remote methods.
|
void |
SampleWriter.writeSample(String sampleFolder,
String sampleName,
String sampleContent) |
Wrapper around writeSamples with additional subfolder argument.
|
void |
SampleWriter.writeSample(String sampleFolder,
String sampleName,
String sampleContent,
String subfolder) |
Writes a sample file into the sample folder.
|