|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Message | |
---|---|
fr.etai.xat2v2.builder | |
fr.etai.xat2v2.obj | |
fr.etai.xat2v2.util | Classes in this package are all utility classes. |
Uses of Message in fr.etai.xat2v2.builder |
---|
Methods in fr.etai.xat2v2.builder that return Message | |
---|---|
Message |
MessageBuilder.build()
|
Uses of Message in fr.etai.xat2v2.obj |
---|
Methods in fr.etai.xat2v2.obj that return types with arguments of type Message | |
---|---|
List<Message> |
Transport.getMessageList()
Gets the value of the messageList property. |
List<Message> |
Xat2.getMessageList()
Gets the value of the messageList property. |
Methods in fr.etai.xat2v2.obj with parameters of type Message | |
---|---|
void |
Transport.addMessage(Message message)
|
void |
Xat2.addMessage(Message message)
|
Method parameters in fr.etai.xat2v2.obj with type arguments of type Message | |
---|---|
void |
Transport.setMessageList(List<Message> value)
Sets the value of the messageList property. |
void |
Xat2.setMessageList(List<Message> value)
Sets the value of the messageList property. |
Uses of Message in fr.etai.xat2v2.util |
---|
Methods in fr.etai.xat2v2.util that return Message | |
---|---|
static Message[] |
TransportUtil.getErrors(Transport transport)
Returns all the error messages contained in the transport object |
static Message[] |
Xat2Util.getErrors(Xat2 xat2)
Returns all the error messages contained in the xat2 message. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |