|
||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||
See:
Description
| Class Summary | |
|---|---|
| Context | Provides functionality common to all Context classes. |
| ExchangeContext | Maintains the context for all messages in a message exchange. |
| InContext | The context for the processing of an inbound message. |
| MessageContext | Defines the context for sending or receiving an individual message. |
| OutContext | The context for the processing of an outbound message. |
Provides for managing context within message exchanges. ExchangeContext contains the
context for a complete message exchange, while InContext and
OutContext contain the context for processes of a
single message in an inbound and outbound direction respectively.
The context classes are not thread-safe. They are serially reused, with the reset() method being
called between each use.
|
||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||