Listing 11 begins by creating a new client class.
清单11首先创建了一个新的客户端类。
In the client class, uncomment the addHeader invocation in Listing 24.
在客户端类中,取消清单24中addheader调用的注释。
The proxy client class to perform search against OmniFind is called ofsearch.
对OmniFind执行搜索的代理客户机类称为ofsearch。
There are a few additional restrictions on a client class that's going to be serialized.
对于将要序列化的客户机类还有一些附加限制。
In Figure 3, Shipment is a pure client class and is not assigned to a potential domain package.
在图3中,Shipment是一个纯粹的客户机类并没有分配到一个可能的域包。
After the message is initialized, send it using your Client class instance with the send method.
消息初始化成功后,可以通过对client类实例使用send方法来发送它。
In the client class, uncomment the following Accept header media type setting in Listing 26.
在客户端类中,取消清单26中的以下Accept头媒体类型设置的注释。
The Client class indicates at any given point in time if it is currently involved in an ongoing request.
client类在任意指定的时刻都指出了它是否正在参与进行中的请求。
At this point, you should have a client class, an interface, and one class that implements the interface.
此时,您应该有一个客户端类、一个接口、以及一个实现接口的类。
SOAPClient action USES the WISE 5 client service to generate a JAXWS client class and call the target service.
SOAPClient使用WISE5客户端服务生成JAXWS客户端代码,并调用目标服务。
After you've connected to the remote server (part of the instantiation of the Client class), you write your request.
在您连接上远程服务器之后(包括client类的部分初始化),您就可以编写您的请求。
With the interface written, you are ready to write the client class that calls the methods that the interface exposes.
接口编写好后,准备编写调用该接口公开的方法的客户端类。
In the compilation of class D or in the compilation of a client class that included the meddlesome expression new D().nest(1000)?
在类D的编译过程中还是在包含不相干表达式new D().nest(1000) 的客户机类的编译过程中呢?
The first is the server class, which you use to create servers; the second is the client class, which you use to create clients.
第一个是server类,您可以用它来创建服务器;第二个是client类,您可以用它来创建客户端。
Also, client classes that instantiate our generic class must do so with classes that meet the declared constraint on what constructors exist.
同样,实例化泛型类的客户机类必须使用满足对构造函数存在所声明的约束的类来这样做。
If you just want to work directly with XML on the client, you don't need to use a generated client stub class at all; instead you can use the org.apache.axis2.client.ServiceClient class.
如果希望在客户机上直接使用XML,则根本不需要使用生成的客户机存根类;可以转而使用or g . apache . axis2 . client .serviceclient类。
The client application container needs to know which class in the client application JAR is the class to start.
客户机应用程序容器需要知道客户机应用程序JAR中的哪个类是要启动的类。
Normally, a pointer to a structure or a class that can contain some client specific objects is passed with this parameter.
正常情况下会传递一个指向结构或类的指针,该结构或类包含了一些客户端的指定对象。
The proxy class is part of the client and the GSTC will call this class to access the service.
代理类是客户程序的一部分,并且GSTC将会调用该类来存取服务。
You, therefore, need to make sure that the manifest of the client application JAR file has a main class: entry.
因此,需要确保客户机应用程序JAR文件的清单具有一个主类,即项。
I'll demonstrate how a JDBC client can be instrumented using the concept of class wrapping.
我将展示如何使用类包装的概念插装jdbc客户机。
Figure 1 shows the class relationships between various JAX-WS client APIs.
图1显示了各种JAX - WS客户端api之间的类关系。
Listing 3 contains a complete client main class that calls Listing 1's HelloWorld service via this Dispatch object.
清单3中给出了通过Dispatch对象调用清单1的HelloWorld服务的完整客户机主类。
Listing 2 contains a complete client main class that calls Listing 1's HelloWorld service using the call object.
清单2中给出了使用Call对象调用清单1的HelloWorld服务的完整客户机主类。
This method calls the Web service provider using the Web service client proxy class SampleService_PortTypeProxy and returns a complex object, SampleOperationResponse, to its caller.
此方法使用Web服务客户机代理类 SampleService_PortTypeProxy调用 Web 服务提供者,并将复杂对象SampleOperationResponse 返回到其调用方。
And the client of the Book class no longer needs to know the names of the table or the fields.
而且book类的客户也不再需要知道表或字段的名称了。
The next step in building the solution is to update the session bean in the EJB project to invoke the Web service provider using the generated Web services client proxy class.
构建解决方案的下一步是更新ejb项目中的会话Bean,以使用Web服务客户机代理类调用Web服务提供者。
In the Cactus client project, select the EJBServletTestCase class and then click the running person icon on the toolbar.
在Cactus客户机工程中,选择ejbservlettestcase类,然后单击工具栏上跑动人像的图标。
Redeploy the AndroidJAX-RS web service resource class, and redeploy the SpringAndroid client application.
重新部署AndroidJAX - RSweb服务资源类,并重新部署SpringAndroid客户端应用程序。
Selecting add Reference will add that Web service to the solution explorer view, download the WSDL, and automatically generate a client proxy class.
选择addReference将把该Web服务添加到solution explorer视图,下载WSDL并自动生成一个客户机代理类。
应用推荐