|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.v3.management.MessageInserts
public class MessageInserts
Represents a collection of message inserts, which can be values that are used as is or
they may be message keys in which case they should be looked up by key in the
specified ResourceBundle
.
Constructor Summary | |
---|---|
MessageInserts()
Constructor taking no arguments. |
Method Summary | |
---|---|
void |
addInsert(java.lang.String insert,
boolean insertIsKey)
Adds a new message insert. |
java.lang.String[] |
getInsertValues(java.util.ResourceBundle messages)
Returns translated insert values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageInserts()
Method Detail |
---|
public void addInsert(java.lang.String insert, boolean insertIsKey)
insert
- - the insert key or valueinsertIsKey
- - whether the insert is a message keypublic java.lang.String[] getInsertValues(java.util.ResourceBundle messages)
messages
- - the ResourceBundle
to use for translation.
|
IBM WebSphere Application ServerTM Release 8 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |