Interface DatagramDispatcherCallback


public interface DatagramDispatcherCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    receive(DatagramEndpoint endpoint, byte[] data, int length, DatagramOutTransportInfo outInfo)
    Receive a message and inject it into the Axis2 engine.
  • Method Details

    • receive

      void receive(DatagramEndpoint endpoint, byte[] data, int length, DatagramOutTransportInfo outInfo)
      Receive a message and inject it into the Axis2 engine.
      Parameters:
      endpoint - the endpoint that received the message
      data - the data of the message
      length - the length of the message
      outInfo - The out transport information that should be used to send back a response. This should only be set by transports that support an explicit back channel.