In the left pane you select which web service method you wish to invoke.
在左边窗格中,选择希望调用的Web服务方法。
Collection of complex data types in the signature of a Web service method.
在Web服务方法签名中的复合数据类型集。
All messages come in through the service method, which you can extend.
所有消息都通过service方法传入,可以对此方法进行扩展。
There is a corresponding asynchronous method for each remote service method.
每个远程服务方法都有对应的异步方法。
You can further configure the properties for the service method that you select.
您可以为选择的服务方法,进一步地配置属性。
Business exceptions — raised by the implementation of the called service method.
业务异常——由被调用的服务方法的实现引发。
Next, notice that the class no longer directly overrides the service method.
接下来要注意的是该类不再直接覆盖service方法。
This interface is used by the client or the consumer to invoke the service method.
客户端或使用者使用该接口来调用服务方法。
The service loads and sends the appropriate XML response based on the service method request.
该服务装载并发出了与服务方法请求相应的XML响应。
To invoke JAX-WS Web Service method, you need to complete the following steps, as shown in Listing 8.
要调用JAX - WSWebService方法,需要完成以下步骤,如清单8所示。
What parameters are passed when invoking the service method (whether an ID parameter is passed or not)?
调用服务方法时传递了哪些参数(是否传递ID参数)?
Then the engine invokes the service method, which is the same method described in the previous paragraph.
然后,该引擎将调用此服务方法(即在前一段中描述的同一方法)。
The explicit service context is represented as additional parameters appended to the service method calls.
显式服务上下文的表现形式是作为追加于服务方法调用的附加参数。
Implement the creation of a scope key and the notification logic in the service method of this superclass.
应该在这个超类的service方法中创建范围键并实现通知逻辑。
Each of the three patterns we just created provides classes without a single business service method on it.
我们刚刚创建的三个模式都没有提供业务服务方法。
The customization will typically include changing the service method parameter name and the bean properties.
定制通常包括更改服务方法参数名称和bean属性。
To invoke the JAX-WS web service method, you'll need to complete the following steps, as shown in Listing 5.
要调用这个JAX - WSweb服务方法,您需要完成以下步骤,如清单5所示。
The service method takes an object named a Collaborator, which implements a simple interface, ICollaborator.
服务方法将获取实现简单接口icollaborator的Collaborator对象。
To invoke the JAX-WS web service method, you need to complete the following steps, as shown in Listing 6 and 7
要调用这个JAX-WSweb服务方法,需要完成以下步骤,如清单6和清单7 所示
This time, the Web service method takes an array as input, processes it, and returns the array back to the client.
这次,Web服务方法将数组作为输入,处理它,并将这个数组返回到客户端。
The server-side message receiver functions as a proxy for the client, calling the actual user-defined service method.
服务器端消息接收者可作为客户端的代理,调用实际的用户定义的服务方法。
After logging into the Web service, you make a second Web services call, this time to the set_entry Web service method.
登录到Web服务后,进行第二个Web服务调用,这次是调用set_entry Web服务方法。
Apply the new binding results in a new service method (service2), as shown in the Package Explorer view in Figure 46.
应用新建的绑定将导致一个新的服务方法的生成(service2),显示于PackageExplorer视图中,如图46所示。
On each request, the servlet's service method executes on a thread of its own; the thread on which the request is executing.
对于每个请求,Servlet的服务方法将在自己的线程(即执行请求的线程)上执行。
Also, they contain no elements except the new service method, again because the methods will be merged into existing classes.
而且,除非是新的服务方法,否则它们不包含元素,还有就是因为这些方法将被合并入现有类。
This example from the SCA application has the more-complicated call from the calculator service to a subtract service method.
这个来自SCA应用程序的示例具有更加复杂的调用,包括计算器服务和减法服务方法等等。
Select the Web service method weatherToday(String) that accesses the internationalization context, as shown in Figure 14.
选择Web服务方法weatherToday(String),该方法访问国际化上下文。如图 14 所示。
Like servlets, a portlet has a service method that must be overridden in order to return the content for the portlet window.
与servlet一样,portlet有一个service方法,为向portlet窗口返回内容,必须覆盖这个方法。
In some cases, the operations performed by the service method were limited to a single operation to demonstrate a specific point.
在一些情况下,服务方法执行的操作仅限于演示特定点的单个操作。
For each activity, it provides the ability to hook in before and after invocation of the service method. The invocation life cycle is.
对于每个活动,它在服务方法调用之前和之后提供hook能力。
应用推荐