else if (param instanceof List)
{
// List of polled Callbacks, this is how messages are delivered when using
// polled callbacks e.g. the HTTP transport
packet = new PolledCallbacksDelivery((List)param, resp.getSessionId());
}
else if (param == null)
{
// Null response
packet = new NullResponse();