WSIF supports Asynchronous invoke.
WSIF支持异步调用。
Asynchronous invoke can be implemented using SOAP over JMS.
可以通过使用SOAPover JMS实现异步调用。
In Asynchronous invoke client sends the message to the service and the service consumes it.
在异步调用中,客户机将消息发送到服务,服务然后使用该消息。
The same WSIF client can be used for asynchronous invoke by invoking a different method in the API.
可以通过调用API中的不同方法来使用WSIF客户机进行异步调用。
To solve the shortage of asynchronism in CORBA traditional invoke technology, this paper studys the two asynchronous invoke model: callback and polling.
针对CORBA传统调用技术在异步性方面的不足,研究了回调和轮询两种异步调用模型。
The service Invoke primitive has a property that, when specified, prevents the mediation flow component from using the asynchronous with callback style for the service invocation.
服务调用原语具有一个属性,在指定该属性时,可以防止中介流组件对服务调用使用带有回调的异步调用样式。
Although asynchronous messaging is, in principle, a one-way communication, you can make it invoke some functionality in the receiving application.
尽管从理论上讲异步消息传递是单向通信,但是可以让它调用接收应用程序中的一些功能。
During its execution, the BPEL process will invoke an asynchronous service by placing another message on an outgoing MQ queue called IMPORTQ.
在其执行过程中,BPEL流程将调用一个异步服务,方法是将另一消息放在名为IMPORTQ的MQ出站队列。
You can use SCA to invoke service components through both synchronous and asynchronous programming styles.
可以通过同步和异步编程方式使用sca调用服务组件。
Asynchronous - the consumer USES a pair of threads to invoke the service; one thread sends the request, then a separate thread receives the response.
异步——使用者通过两个线程调用服务;一个线程发送请求,而另一个单独的线程接收响应。
In the case of interruptible flows, you can handle the two-way asynchronous services by using an Invoke activity to send the request and a receive activity to receive the reply.
在可中断流情况下,通过使用Invoke活动发送请求,并使用Receive活动接收应答,从而实现双向异步服务。
The (asynchronous) receiver bean is invoked upon receipt of a message to unpack the message content to invoke a method on a target business logic EJB.
一接收到消息就调用(异步)接收方bean,以将消息内容解包以调用目标业务逻辑e JB中的方法。
A recipe construct can invoke another recipe construct in an asynchronous manner-that is, a recipe construct can start the execution of another recipe construct in a separate thread of execution.
配方构造可以用异步方式调用另一个配方构造—就是说,一个配方构造可以在单独的执行线程中启动另一个配方构造的执行。
For example, if an invoke activity, waiting for an asynchronous response, is skipped, the waiting is stopped and a later arriving response from the service is ignored.
例如,如果跳过某个正在等待异步响应的调用活动,则将停止等待并将忽略以后从服务到达的响应。
It's therefore not possible for the mediation flow component to invoke a service using asynchronous with callback.
因此,中介流组件不可能使用带有回调的异步调用调用服务。
An invoke via a JMS binding is therefore meant to be asynchronous, because the request is put to a queue and the processing of the reply is triggered by sending a message to another queue.
EJB操作的调用是同步的,JMS绑定的操作是异步的,因为请求被放入一个队列并且回复流程通过发送消息到另一个队列来触发。
With the WeatherService and its asynchronous interface in place, I can now modify the Weather Reporter client to invoke the service and handle its response.
有了WeatherService和它的异步接口之后,现在就可以修改WeatherReporter客户机,从而调用服务并处理服务器响应。
Invoke performs a synchronous invocation, while the BeginInvoke and EndInvoke functions follow the Asynchronous Programming Model pattern.
当BeginInvoke和EndInvoke函数是异步程序模式时,调用就是同步调用。
Defines the interface for an action invoker, which is used to invoke an asynchronous action in response to an HTTP request.
定义操作调用程序的接口,该调用程序用于调用一个异步操作以响应HTTP请求。
Defines the interface for an action invoker, which is used to invoke an asynchronous action in response to an HTTP request.
定义操作调用程序的接口,该调用程序用于调用一个异步操作以响应HTTP请求。
应用推荐