AxisEngine學習

本文於2010年2月10日發表在搜狐博客  


  AxisEngine send 方法中,有下面這一段,用於實現向客戶端輸出的 Non Blocking 

    

                    if (isTransportNonBlocking != null &&

                        ((Boolean) isTransportNonBlocking).booleanValue()) {

                    msgContext.getConfigurationContext().getThreadPool().execute(

                            new TransportNonBlockingInvocationWorker(msgContext, sender));

                } else {

                    sender.invoke(msgContext);

                }


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章