org.apache.cxf.common.i18n
Class Message
java.lang.Object
org.apache.cxf.common.i18n.Message
public class Message
- extends java.lang.Object
|
Constructor Summary |
Message(java.lang.String key,
java.util.logging.Logger logger,
java.lang.Object... params)
Constructor. |
Message(java.lang.String key,
java.util.ResourceBundle catalog,
java.lang.Object... params)
Constructor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Message
public Message(java.lang.String key,
java.util.logging.Logger logger,
java.lang.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(java.lang.String key,
java.util.ResourceBundle catalog,
java.lang.Object... params)
- Constructor.
- Parameters:
key - the message catalog (resource bundle) keycatalog - the resource bundleparams - the message substitution parameters
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getCode
public java.lang.String getCode()
getParameters
public java.lang.Object[] getParameters()
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.