Interface WebServiceMessageReceiver

All Known Implementing Classes:
MessageDispatcher, SoapMessageDispatcher

public interface WebServiceMessageReceiver
Defines the methods for classes capable of receiving WebServiceMessage instances coming in on a transport.
Since:
1.0.0
Author:
Arjen Poutsma
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    receive(MessageContext messageContext)
    Receives the given message context.
  • Method Details

    • receive

      void receive(MessageContext messageContext) throws Exception
      Receives the given message context. The given message context can be used to create a response.
      Parameters:
      messageContext - the message context to be received
      Throws:
      Exception