public class DefaultMessageDiscarder extends java.lang.Object implements MessageDiscarder
discardReasonsShort, DUPLICATE_MESSAGE, NOT_DISCARDED, NOT_RELEVANT_MESSAGE, OLD_APPSEQUENCE, OWN_MESSAGE, VALIDATION_FAILED, VERSION_NOT_SUPPORTED| Constructor and Description |
|---|
DefaultMessageDiscarder() |
| 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)
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. it should be discarded immediately).header - the header of the messageconnectionInfo - transport-related addressing information attached to the message with the given header MessageDiscarder