public void exposeClass( String serviceName,
String[] methodNames,
String className )
throws AxisFault, ClassNotFoundException
{
SOAPService service = new SOAPService( new IvoryProvider() );
initializeService( service, serviceName,
methodNames, className );
getLogger().debug( "Exposed class " + className +