|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.magicproject.xml.action.Msg
public class Msg
Constructor Summary | |
---|---|
Msg()
|
Method Summary | |
---|---|
int |
buildMdb(XmlParser.Node node,
java.io.OutputStream out)
Structure of stream : Data[size] controller (idToken) [2] text to display +'/0' [...] |
static void |
buildMdbMsg(Actiontype actionType,
XmlParser.Node node,
java.io.OutputStream out)
Structure of stream : Data[size] action name [String] controller [TestOn] text to display [String] |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Msg()
Method Detail |
---|
public static void buildMdbMsg(Actiontype actionType, XmlParser.Node node, java.io.OutputStream out) throws java.io.IOException
actionType
- the action type.node
- the XML action structureout
- outputstream where the card structure will be saved.
java.io.IOException
- If some other I/O error occurspublic final int buildMdb(XmlParser.Node node, java.io.OutputStream out) throws java.io.IOException
buildMdb
in interface XmlToMDB
node
- the XML action structureout
- outputstream where the card structure will be saved.
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |