org.jibx.soap
Interface IMessageFilter
- public interface IMessageFilter
SOAP message filter interface. Filters are given the opportunity to process
receive message headers before processing of the message body, and to process
the send message headers and body before it is sent.
- Version:
- 1.0
- Author:
- Dennis M. Sosnoski
filter
public boolean filter(IMessageContext ctx)
throws SOAPException
- Process the message.
- Parameters:
ctx
- message context
- Returns:
true
if processing to be continued,
false
if processing to be ended
- Throws:
SOAPException
- on error in processing (converted to SOAP fault
response)