container_ = container; // can be null resourceHandle_ = handle;
try { container_.afterMessageDelivery(resourceHandle_); } finally { container_.onLeavingContainer(); //Notify Callflow Agent }
container_.onEnteringContainer(); //Notify Callflow Agent container_.beforeMessageDelivery(method, txImported, resourceHandle_);
return container_.deliverMessage(params);
return resourceHandle_;
resourceHandle_ = handle;