1 package org.codehaus.xfire.services; 2 3 public class VoidService 4 { 5 public void doNothing() 6 { 7 } 8 }