org.apache.cxf.common.i18n
Class Message
java.lang.Object
org.apache.cxf.common.i18n.Message
- All Implemented Interfaces:
- Serializable
public class Message
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Message
public Message(String key,
Logger logger,
Object... params)
- Constructor.
- Parameters:
key
- the message catalog (resource bundle) keylogger
- a logger with an associated resource bundleparams
- the message substitution parameters
Message
public Message(String key,
ResourceBundle catalog,
Object... params)
- Constructor.
- Parameters:
key
- the message catalog (resource bundle) keycatalog
- the resource bundleparams
- the message substitution parameters
toString
public String toString()
- Overrides:
toString
in class Object
getCode
public String getCode()
getParameters
public Object[] getParameters()
Apache CXF