Listing 3: a proxy client class.
清单3:一个代理服务的客户端类。
The Client class serves two purposes.
Client类有两个用途。
The client class is shown in Listing 2.
这个客户端类如清单2所示。
Listing 11 begins by creating a new client class.
清单11首先创建了一个新的客户端类。
Listing 5 shows the Client class that adds a new order.
清单5显示了用来添加新订单的client类。
For the POST request, you create a client class, client.
对于POST请求,创建一个客户端类Client。
Start by creating a JID and a new client connection with the client class.
首先使用client类创建一个JID和一个新的客户端连接。
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类,您可以用它来创建客户端。
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类。
Your client will need this class to make it all work.
您的客户机将需要这个类来进行工作。
The client application container needs to know which class in the client application JAR is the class to start.
客户机应用程序容器需要知道客户机应用程序JAR中的哪个类是要启动的类。
However, from the perspective of the client of the class, this class is still simple to use.
但是,从类的客户的角度来看,这个类用起来仍很简单。
This proxy class resides with the client, which in your case is the bot.
该代理类与客户机共存,对于您来说是机器人。
The proxy class is part of the client and the GSTC will call this class to access the service.
代理类是客户程序的一部分,并且GSTC将会调用该类来存取服务。
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类的客户也不再需要知道表或字段的名称了。
应用推荐