| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This Service attempt to parser/deparse the various parts of the message into the desired encoding (as specified in the Envelope and ACL parts of the message)
Constructor Summary | |
ParserService() |
Method Summary | |
synchronized void | incoming(Envelope p1, byte[] p2) Incoming messages are passed to this via this method |
synchronized void | incoming(Message p1) Incoming messages are passed to this via this method |
void | initialise(PostParserService p1, PostParserService p2) Invoked when the undelying implementation should initialise itself. |
void | initialise(PreParserService p1, PreParserService p2) Invoked when the undelying implementation should initialise itself. |
synchronized void | outgoing(Envelope p1, byte[] p2) Outgoing messages are passed to this via this method |
synchronized void | outgoing(Message p1) Outgoing messages are passed to this via this method |
synchronized void | shutdown() Shutdown this service, and propogate to next in stack |
Constructor Detail |
public ParserService()
Method Detail |
public synchronized void incoming(Envelope p1, byte[] p2)
this
via this methodpublic synchronized void incoming(Message p1)
this
via this methodpublic void initialise(PostParserService p1, PostParserService p2)
public void initialise(PreParserService p1, PreParserService p2)
public synchronized void outgoing(Envelope p1, byte[] p2)
this
via this methodpublic synchronized void outgoing(Message p1)
this
via this methodpublic synchronized void shutdown()
Association Links |
to Class fipaos.mts.service.PostParserService
| |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |