Interface WebServiceMessageCallback

All Known Implementing Classes:
ActionCallback, SoapActionCallback

public interface WebServiceMessageCallback
Generic callback interface for code that operates on a WebServiceMessage.

Implementations can execute any number of operations on the message, such as set the contents of the message, or set the SOAPAction header.

Since:
1.0.0
Author:
Arjen Poutsma
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Execute any number of operations on the supplied message.