| org.cougaar.mts.base.MessageTransportAspect
All known Subclasses: org.cougaar.mts.base.StandardAspect,
MessageTransportAspect | public interface MessageTransportAspect (Code) | | Abstract specification of a aspect in the message transport
subsystem. An aspect is only required to perform one job: return
an aspect delegate for a given object of a given interface, or null
if the aspect prefers not to deal with that interface.
The getReverseDelegate method provides a means to do unwrapping of
messages in envelopes in the proper (ie reverse order).
|
|
|