public interface DatagramDispatcherCallback
| Modifier and Type | Method and Description |
|---|---|
void |
receive(DatagramEndpoint endpoint,
byte[] data,
int length,
DatagramOutTransportInfo outInfo)
Receive a message and inject it into the Axis2 engine.
|
void receive(DatagramEndpoint endpoint, byte[] data, int length, DatagramOutTransportInfo outInfo)
endpoint - the endpoint that received the messagedata - the data of the messagelength - the length of the messageoutInfo - 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.Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.