Package org.apache.cxf.common.i18n
Class Message
java.lang.Object
org.apache.cxf.common.i18n.Message
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
MessageConstructor.- Parameters:
- key- the message catalog (resource bundle) key
- logger- a logger with an associated resource bundle
- params- the message substitution parameters
 
- 
MessageConstructor.- Parameters:
- key- the message catalog (resource bundle) key
- catalog- the resource bundle
- params- the message substitution parameters
 
 
- 
- 
Method Details