|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object paolomind.multitalk.netmessage.impl.MessageFactoryImpl
public class MessageFactoryImpl
Nested Class Summary | |
---|---|
protected class |
MessageFactoryImpl.MessageImpl
classe per i messaggi. |
Field Summary | |
---|---|
static java.lang.String |
ASSIGN
separatore per le info di assegnazione nome valore. |
static java.lang.String |
SEPARATOR
separatore per le info. |
Constructor Summary | |
---|---|
MessageFactoryImpl()
|
Method Summary | |
---|---|
IMessage |
createMessage()
crea un mesaggio vuoto. |
IMessage |
createMessage(java.lang.String s)
crea un messeggio da un stringha che rappresenta il messaggio originale. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String SEPARATOR
public static final java.lang.String ASSIGN
Constructor Detail |
---|
public MessageFactoryImpl()
Method Detail |
---|
public final IMessage createMessage()
createMessage
in interface IMessageFactory
IMessageFactory.createMessage()
public final IMessage createMessage(java.lang.String s) throws MessageException
createMessage
in interface IMessageFactory
s
- il testo del messaggio
MessageException
- se il testo non è validoIMessageFactory.createMessage(java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |