Revisit the employee data management application. Listing 5 shows the proxy code
重新看一下雇员数据管理应用程序。
Afsfuse.ss.c is the server stub code (proxy code) to be linked with your afsfuse_server code.
c是与afsfuse_server代码进行链接的服务器存根代码(代理代码)。
This code represents the proxy code needed to access any Web service deployed within the adapter.
这些代码代表了需要用来访问部署在适配器内的任意web服务的代理代码。
Represents a class that can generate proxy code from an XML representation of a data structure.
表示一个类,该类可从数据结构的XML表示形式生成代理代码。
Now that you've generated the bridge proxy code, you can build the bridge with the standard build menu in Eclipse.
现在您已经生成了桥的代理代码,就可以用eclipse中标准的build菜单创建桥了。
This proxy code is very flexible because, if used correctly, it can determine the actual destination from the HTTP headers.
这种代理代码非常灵活,因为如果应用得当,它可以从HTTP头确定实际的目的地。
Whether you want to generate client proxy code for the Web service, which is useful if you are going to write a client application to use your Web service.
是否想要生成Web服务的客户端代理代码,如果您将编写一个客户端应用程序来使用Web服务,那么它会是很有用的。
These files are the client proxy code that the wizard generated for you from the WSDL file using the default client runtime, that is, the WebSphere Application Server v6.0 runtime environment.
这些文件是向导利用缺省客户机运行时(即websphereApplicationServerv6.0运行时环境)由WSDL文件为您生成的客户机代理。
Dynamic proxy, as its name suggests, supports an SEI dynamically at run time without requiring any code generation of a stub class that implements a specific SEI.
动态代理,正如它的名字暗示的,能在运行时动态的支持一个SEI而不需要产生任何代码实现一个特定的SEI。
The third and fourth lines run the simple proxy as I did in the previous code example.
第三和第四行运行简单代理,就像前面的代码示例中做的那样。
The HTML-generated code provides proxy methods for these functions, and these methods call the remote methods on the server side.
HTML生成的代码为这些函数提供代理方法,这些方法调用服务器端的远程方法。
The difference between them is that dynamic proxy support a service endpoint interface dynamically at runtime without requiring any code generation.
二者之间的区别是,动态代理在运行时动态支持服务端点接口,不会生成任何代码。
At startup, the on demand configuration code inside the secure proxy reads the static route file and builds the in-memory routing data.
在启动后,安全代理内部的随需应变配置代码将读取静态路由文件并构建内存路由数据。
Programmatic proxy creation is useful when writing infrastructure code and tests, but is not often used in regular business applications.
编程式的代理创建在编写基础结构代码和测试时比较有用,但在通常的业务应用中并不经常使用。
A partial "service Generator" was written that generated skeleton code for proxy, invoker, and service classes from an explicit interface.
“服务生成器”的功能是根据显式接口为代理、调用程序和服务类生成框架代码,它已经被部分编写出来。
This code creates the object, then points the proxy to the IBM UDDI registry.
这段代码创建对象,然后将代理指向IBMUDDI注册表。
Generate EJB-based deployed code for the service, including code that ACTS as a proxy for the legacy program.
生成用于服务的基于EJB的部署代码,包括充当旧程序代理的代码。
It begins with the Rational Performance Tester Custom Code feature requesting a random author name from the Web service proxy, which fetches a name from the Web service.
它从RationalPerformance Tester定制代码特性从Web服务代理那里请求随机作者名称开始,从Web服务那里取回一个名称。
Code snippet (2) gets a proxy for the BigEcho service at the address in the endpoint reference.
代码段(2)根据端点引用中的地址获取BigEcho服务代理。
Community Edition does not require this additional code generation step because it USES dynamic proxy generation.
CommunityEdition不需要这一额外的代码生成步骤,因为它使用动态代理生成。
Update the following code in Program.cs for the creation of the proxy object (mywcf in the example above)
在 Program.cs 中添加以下代码,创建代理对象(上面示例中的 mywcf)
This is handy, because almost every Web client has the ability to configure an HTTP proxy without changing application code.
这是非常方便的,因为几乎每个Web客户端都可以配置HTTP代理,而无需改变应用程序代码。
This is all the code you need to write to invoke a web service using the dynamic proxy method.
这是所有您为了使用动态代理方法调用Web服务而需要编写的代码。
This enables the wizard to generate the proxy and sample code required to invoke the Web service.
这使得向导能够生成调用Web服务所需的代理和样本代码。
Add the following code to Program.cs after the creation of the proxy object (mywcf in the example above).
在Program . cs中创建代理对象(上面示例中的mywcf)之后添加以下代码。
In this section, you'll use the Web service wizard to create a client proxy for your StockQuote Web service, that is, the code that a Web application USES to call the Web service.
在这一节,您将使用Web服务向导为您的Stockquote Web服务创建一个客户机代理,即Web应用程序用于调用Web服务的代码。
The procedure was exactly the same as in the previous test, although we modified the custom code to use the Web service proxy client.
过程与先前的测试完全一样,尽管我们修改了定制代码,以使用Web服务代理客户端。
The procedure was exactly the same as in the previous test, although we modified the custom code to use the Web service proxy client.
过程与先前的测试完全一样,尽管我们修改了定制代码,以使用Web服务代理客户端。
应用推荐