"Generate code for the specified JAX-RPC SI version" );
mainForm.addTextField( SECURITY, "Security configuration file to generate security code",
XForm.FieldType.PROJECT_FILE );
mainForm.addTextField( PROXY, "Specify a HTTP proxy server", XForm.FieldType.URL );
XForm featuresForm = builder.createForm( "Features" );
featuresForm.addCheckBox( DATAHANDLERONLY, "(Always map attachments to the DataHandler type)" );
featuresForm.addCheckBox( DONOTUNWRAP, "(Disable unwrapping of document/literal wrapper elements in WSI mode)" );
featuresForm.addCheckBox( EXPLICITCONTEXT, "(Turn on explicit service context mapping)" );
featuresForm.addCheckBox( JAXBENUMTYPE, "(Map anonymous enumeration to its base type)" );