|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsif.util.WSIFProperties
public class WSIFProperties
The WSIFProperties class contains various static methods to read values from the wsif.properties file. Its main purpose is to prevent the properties file from being read in from disk each time a property is checked.
Constructor Summary | |
---|---|
WSIFProperties()
|
Method Summary | |
---|---|
static boolean |
areUnreferencedAttachmentsSupported()
Returns whether unreferenced attachments are supported or not. |
static long |
getAsyncTimeout()
Reads the async request timeout value from the wsif.properties file. |
static java.lang.String |
getProperty(java.lang.String property)
Reads a property from the wsif.properties file. |
static long |
getSyncTimeout()
Reads the synchronous request timeout from the wsif.properties file. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WSIFProperties()
Method Detail |
---|
public static java.lang.String getProperty(java.lang.String property)
property
- the property to read
public static long getAsyncTimeout()
public static long getSyncTimeout()
public static boolean areUnreferencedAttachmentsSupported()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |