org.xins.common |
Generic utility classes.
In this package, the following classes are meant only for internal use
within the XINS/Java Common Library:
- {@link org.xins.common.Log}
- {@link org.xins.common.TranslationBundle}
- {@link org.xins.common.TranslationBundle_en_US}
Please do not use these classes directly.
@since XINS 1.0.0
|
Java Source File Name | Type | Comment |
BeanUtils.java | Class | This class contains some utility methods that fills an object with values
from another object. |
FormattedParameters.java | Class | Convert parameters to (semi) human readable text. |
Library.java | Class | Class that represents the XINS/Java Common Library. |
MandatoryArgumentChecker.java | Class | Utility class used to check mandatory method arguments. |
ProgrammingException.java | Class | Exception thrown when a programming error is detected. |
TimeOutController.java | Class | Utility class for executing a task with a certain time-out period. |
TimeOutException.java | Class | Exception that indicates the total time-out for a service call was reached. |
Utils.java | Class | General utility functions. |