org.apache.wsrp4j.util
Class Utility

java.lang.Object
  extended byorg.apache.wsrp4j.util.Utility

public class Utility
extends java.lang.Object


Constructor Summary
Utility()
           
 
Method Summary
static java.util.Properties loadPropertiesFromFile(java.lang.String fileName)
          Loads a property file with the given name using the class loader.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Utility

public Utility()
Method Detail

loadPropertiesFromFile

public static java.util.Properties loadPropertiesFromFile(java.lang.String fileName)
                                                   throws WSRPException
Loads a property file with the given name using the class loader.

Returns:
A Properties object containig the properties in the file
Throws:
WSRPException - if any error occured