| Interface | Description |
|---|---|
| ServerCallback |
| Class | Description |
|---|---|
| AbstractInMessageReceiver |
This is takes care of the IN-ONLY MEP on the server side
TODO: Deprecate this and use AMR directly?
|
| AbstractInOutAsyncMessageReceiver | Deprecated
no longer needed, going away after 1.3
|
| AbstractInOutMessageReceiver |
This is the Absract IN-OUT MEP MessageReceiver.
|
| AbstractInOutSyncMessageReceiver | Deprecated
use AbstractInOutMessageReceiver
|
| AbstractMessageReceiver | |
| AbstractMessageReceiver.ThreadContextDescriptor | |
| AbstractRobustInMessageReceiver | Deprecated
not needed, since in-only MessageReceivers can throw faults
|
| RawXMLINOnlyMessageReceiver |
The RawXMLINOnlyMessageReceiver MessageReceiver hands over the raw request received to
the service implementation class as an OMElement.
|
| RawXMLINOutAsyncMessageReceiver | Deprecated
use RawXMLINOutMessageReceiver and the DO_ASYNC property instead....
|
| RawXMLINOutMessageReceiver |
The RawXMLINOutMessageReceiver MessageReceiver hands over the raw request received to
the service implementation class as an OMElement.
|
Copyright © 2004-2021 The Apache Software Foundation. All Rights Reserved.