UDDI4J also includes a UDDI registry proxy class.
UDDI4J还包含一个UDDI注册中心代理类。
Creates a new instance of the generated proxy class.
创建生成的代理类的新实例。
The following example shows how to instantiate a proxy class.
下面的示例演示如何实例化代理类。
Provides the client proxy class for the authentication service.
为配置文件服务提供客户端代理类。
Invoke appropriate methods on the proxy class, passing the required parameters.
调用代理类中的适当方法,并传递必需的参数。
In the example, I created the dynamic proxy class for a single interface: User.
在示例中,我只为一个接口建立了动态代理类,这个接口是:user。
The interface interceptor USES dynamic code generation to create the proxy class.
介面侦听器使用动态代码生成来创建代理类。
You can set the path on either the generated proxy class or on instances of the class.
可以在生成的代理类及其实例上设置路径。
First, a WSDL file needs to be converted into a proxy class before we can work with it locally.
首先,在我们可以在本地使用一个WSDL文件之前,需要先将它转换成一个代理类。
The constructor exists at run time after the proxy class has been generated by the server.
该构造函数在服务器生成代理类之后在运行时存在。
The proxy class is part of the client and the GSTC will call this class to access the service.
代理类是客户程序的一部分,并且GSTC将会调用该类来存取服务。
The simplest approach is to encapsulate the creation of the proxy class within the Factory pattern.
最简单的方法就是在工厂模式中把代理类的建立封装起来。
This method is completely different that the other two methods. A stub or proxy class is not required.
这种方法与前两种方法完全不同,它不需要stub或代理类。
Typically a rule engine based system will use a proxy class that delegates a call to a rule engine.
基于规则引擎的系统典型的方法就是使用一个代理类通过委托调用规则引擎。
I could just as easily specify multiple interfaces that the dynamic proxy class would implement at runtime.
我可以很容易地指定动态代理类在运行时要实现的多个接口。
The SEI contains methods equivalent to those in the WSDL file, and the proxy class implements the SEI.
SEI包含的方法与WSDL文件中的等价,并且proxy类实现了 SEI。
In general, the concept of a Web service proxy class is intended to make it easy to invoke the Web service.
一般而言,Web服务代理类的概念旨在使调用Web服务容易。
Users create this instead of the normal proxy class and it will do the correct thing when closing the connection.
用户可以创建它,而不是通常的代理类,它可以纠正在关闭连接时出现的问题。
For example, the proxy class could delegate the method invocation to any other object or even handle it itself.
例如,代理类可以把方法调用委托其他任何对象,甚至是处理程序本身。
In this case, the Cglib2AopProxy class creates the proxy objects you will need to control access to your secure beans.
在本例中,cglib2aopproxy类将创建安全bean访问控制所需的代理对象。
When the application needs a business object instance, it will actually receive an instance of the dynamic proxy class.
当应用程序需要业务对象实例时,它实际会接收到一个动态代理类的实例。
A Web Reference is essentially a generated proxy class that locally represents the exposed functionality of a Web service.
Web引用本质上是生成的代理类,这个代理类在本地代表Web服务公开的功能。
As far as I know using DISCO, any client can interact with any version of WCF if a proxy class is created for the client.
据我所知,DISCO,客户可以在任何版本的WCF如果代理类的客户端创建交互。
Method invocations on a proxy class are dispatched to an invocation handler that is specified when the proxy class is generated.
对代理类的方法调用,被分配给调用处理程序,而调用处理程序是在代理类生成的时候指定的。
As we can see, Application Developer provides a neat way to test and inspect the newly generated proxy class using the IBM EJB test client.
如我们所见,Application Developer提供了一种使用IBMEJB测试客户机测试和检查新生成的代理类的简捷办法。
After creating the proxy class instance, you can set its callback functions and optionally set its time-out or user-context properties.
在创建代理类实例之后,可设置其回调函数,还可以有选择地设置其超时属性或用户上下文属性。
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并自动生成一个客户机代理类。
Once you have added the reference, you can create an instance of the ReportingService proxy class and invoke a method on the service, like I've done here
在添加引用后,您可以创建ReportingService代理类的一个实例,并调用该服务上的一个方法,就像我在此处完成的一样
One needs only to instantiate the class and invoke a desired method, and all the encoding handling and the generation of SOAP messages is handled from the proxy class.
您只需实例化类并调用想要的方法,所有的编码处理和SOAP消息的生成都从代理类处理。
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服务提供者。
应用推荐