This is the first station in the receiver for serializling
LinkProtocols. 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 MessageWriter on the sending side.
The next stop is MessageDeliverer.
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: MessageWriter See Also: MessageDeliverer See Also: ReceiveLink See Also: Javadoc contributions from George Mount. |