Interface DatagramDispatcherCallback


  • public interface DatagramDispatcherCallback
    • Method Detail

      • 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.