This is the final station in the sender for serializling
LinkProyocols. MessageWriter and MessageReader allow aspect
authors to examine and filter the serialized data stream.
Aspect implementers must either call the package-access
addFilter AttribuedMessage method or use pushValue("Filter",
className) to get the MessageWriter and MessageReader delegates to
be attached. Each message has the aspect chain built for it and
the target's aspect chain is governed by the list as given by the
sender. Normally the attribute is added in the DestinationLink's
forwardMessage or addAttributes method.
The previous stop is DestinationLink. The next stop is MessageReader
on the receiving side.
See Also: AttributedMessage.addFilter(Object) See Also: Attributes.pushValue(StringObject) See Also: SendLink See Also: SendQueue See Also: Router See Also: DestinationQueue See Also: DestinationLink See Also: MessageReader See Also: MessageDeliverer See Also: ReceiveLink See Also: Javadoc contributions by George Mount. |