|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fipaos.parser.envelope.xml.Parser
Facade to provide FIPA-compliant (XC00085G) Envelope<->XML translation
Constructor Summary | |
Parser()
|
Method Summary | |
static byte[] |
deparse(Envelope env)
Convert the given Envelope into FIPA-defined XML format |
static void |
main(java.lang.String[] args)
|
static Envelope |
parse(byte[] env)
Convert the given byte[] message into an Envelope |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Parser()
Method Detail |
public static Envelope parse(byte[] env) throws ParserException
msg
- byte[] representing the Envelopepublic static byte[] deparse(Envelope env) throws ParserException
env
- The envelope to convertpublic static void main(java.lang.String[] args) throws java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |