.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. .TH JRPCGEN "1" "August 2009" "jrpcgen version "1.0.7"" "User Commands" .SH NAME jrpcgen \- an RPC protocol compiler .SH SYNOPSIS .B jrpcgen [\fI-options\fR] \fIx-file\fR .SH 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). .SS "where options include:" .TP \fB\-c\fR specify class name of client proxy stub .TP \fB\-d\fR specify directory where to place generated source code files .TP \fB\-p\fR specify package name for generated source code files .TP \fB\-s\fR specify class name of server proxy stub .TP \fB\-ser\fR tag generated XDR classes as serializable .TP \fB\-bean\fR generate accessors for usage as bean, implies \fB\-ser\fR .TP \fB\-noclamp\fR do not clamp version number in client method stubs .TP \fB\-withcallinfo\fR supply call information to server method stubs .TP \fB\-initstrings\fR initialize all strings to be empty instead of null .TP \fB\-nobackup\fR do not make backups of old source code files .TP \fB\-noclient\fR do not create client proxy stub .TP \fB\-noserver\fR do not create server proxy stub .TP \fB\-parseonly\fR parse x\-file only but do not create source code files .TP \fB\-verbose\fR enable verbose output about what jrpcgen is doing .TP \fB\-version\fR print jrpcgen version and exit .TP \fB\-debug\fR enables printing of diagnostic messages .TP \-? \fB\-help\fR print this help message and exit .TP \fB\-\-\fR end options .SH "SEE ALSO" The full documentation for .B jrpcgen is maintained as a Texinfo manual. If the .B info and .B jrpcgen programs are properly installed at your site, the command .IP .B info jrpcgen .PP should give you access to the complete manual.