| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|
com.newstep.solid.processor.threepass
public class PredecodedMessage
Represents a message that knows how to decode itself (i.e it's bound to a
decoder).
It's used during the first phase of processing such that the
DecodeAndPredispatchingTask may leverage the correct Decoder for the Event.
Links:
Kernel Association Association Link
Associates type:
aggregation
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Directed.
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
Custom properties
link:
aggregation
Kernel Association Association Link
Associates type:
aggregation
Client cardinality:
1
Client navigability:
NOT NAVIGABLE
Client visibility:
private
Directed.
Supplier cardinality:
1
Supplier navigability:
NAVIGABLE
Supplier visibility:
private
Custom properties
associates:
com.newstep.solid.comm.Message
link:
aggregation
| Constructor Summary |
public void |
|
| Method Summary |
public final ArrayList |
|
|
|
|
|
Multiplicity:
1
Custom properties
associates:
com.newstep.solid.comm.Message
Multiplicity:
1
Custom properties
associates:
com.newstep.solid.comm.Message
Constructor
Parameters:
message
a Message
decoder
a Decoder capable of decoding the specified Message
Stereotype:
create
public final ArrayList decode ()
decodes the Message via the Decoder
Return:
the events that correspond to the Message
Final.
Throws:
DecodingException
Return:
the Decoder
Return:
the Message
| | | | SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
|