m_emitter.setFactory( WsdmJavaGeneratorFactory.class.getName( ) );
// NOTE: the below line is necessary due to a bug in
// org.apache.axis.wsdl.toJava.JavaGeneratorFactory#javifyTypeEntryName(...)
m_emitter.setTypeCollisionProtection( false );
addOption( new CLOptionDescriptor( "classesOutputDir", CLOptionDescriptor.ARGUMENT_REQUIRED,
CLASSES_OUTPUT_DIR_OPT, "classes output directory" ) );
addOption( new CLOptionDescriptor( "wsdmWsdlLocation", CLOptionDescriptor.ARGUMENT_OPTIONAL,
WSDD_WSDL_LOCATION_OPT, "wsdl location directory" ) );
s_options = getOptions( );
}