Scroll to navigation

JRPCGEN(1) 1.0.7"" JRPCGEN(1)

NAME

jrpcgen - an RPC protocol compiler

SYNOPSIS

jrpcgen [-options] x-file

DESCRIPTION

jrpcgen is a tool that generates Java code to implement an RPC protocol. The input to jrpcgen is a language similar to C known as RPC Language (Remote Procedure Call Language).

where options include:

specify class name of client proxy stub
specify directory where to place generated source code files
specify package name for generated source code files
specify class name of server proxy stub
tag generated XDR classes as serializable
generate accessors for usage as bean, implies -ser
do not clamp version number in client method stubs
supply call information to server method stubs
initialize all strings to be empty instead of null
do not make backups of old source code files
do not create client proxy stub
do not create server proxy stub
parse x-file only but do not create source code files
enable verbose output about what jrpcgen is doing
print jrpcgen version and exit
enables printing of diagnostic messages
-? -help
print this help message and exit
--
end options

SEE ALSO

The full documentation for jrpcgen is maintained as a Texinfo manual. If the info and jrpcgen programs are properly installed at your site, the command

info jrpcgen

should give you access to the complete manual.

August 2009 jrpcgen version