Interface MessageReceiver

All Known Implementing Classes:
AbstractInOutMessageReceiver, AbstractMessageReceiver, CallbackReceiver, RawXMLINOnlyMessageReceiver, RawXMLINOutMessageReceiver

public interface MessageReceiver
An instance of MessageReceiver can be setup to receive messages. The application logic has no impact on the Axis Engine itself. It is up to the application logic to do whatever it needs. For e.g. the MessageReceiver can handle a message, send a response back and/or send other messages.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    receive(MessageContext messageCtx)