public static class SOAPoverUDPClient.DuplicateMessageDiscarder extends DefaultMessageDiscarder
discardReasonsShort, DUPLICATE_MESSAGE, NOT_DISCARDED, NOT_RELEVANT_MESSAGE, OLD_APPSEQUENCE, OWN_MESSAGE, VALIDATION_FAILED, VERSION_NOT_SUPPORTED| Constructor and Description |
|---|
DuplicateMessageDiscarder() |
| Modifier and Type | Method and Description |
|---|---|
int |
discardMessage(SOAPHeader header,
ConnectionInfo connectionInfo)
Returns
true in cases where the message with the given SOAP header
and with the associated transport information described by connectionInfo should
not be further processed (i.e. |
public int discardMessage(SOAPHeader header, ConnectionInfo connectionInfo)
DefaultMessageDiscardertrue in cases where the message with the given SOAP header
and with the associated transport information described by connectionInfo should
not be further processed (i.e. it should be discarded immediately).discardMessage in class DefaultMessageDiscarderheader - the header of the messageconnectionInfo - transport-related addressing information attached to the message with the given header MessageDiscarder