S createDefaultImplementation(Class<S> serviceInterface)(Code)
Creates a new implementation of the provided interface. Each method in the interface will be
implemented as a noop method. The method will ignore any parameters and return null, or 0, or
false (or return nothing if the method is void).
< Parameters: S - > Parameters: serviceInterface -