Instantiate a DII Call object proxy and set it up.
实例化一个DII Call对象代理并对其进行设置。
Dynamic proxy classes have many USES within a business object framework other than simply validating methods in a uniform way.
动态代理类在业务对象框架中有许多用途,不仅仅是用一致的方式对方法进行验证。
In this case, it allows you to create a proxy object that implements a given interface.
在这种情况下,它允许您创建用于实现给定接口的代理对象。
The queue manager proxy must be associated with the bridge object previously created.
队列管理器代理必须与先前创建的网桥对象相关联。
Calling SOAP methods is then as simple as constructing the appropriate parameters, as specified in the WSDL and described in the API documentation, and making the method call on the proxy object.
这样一来,正如WSDL中所指定的和API文档中所描述的一样,调用SOAP方法就与构造合适参数并在代理对象上调用方法一样简单了。
Instead, it makes sense to include the loading management in a proxy object and let the proxy object load the plug-in if and when it's needed.
另一种做法是,把加载管理放在代理对象中,让它来判断是否需要加载组件,以及何时加载插件是合理的。
This code creates the object, then points the proxy to the IBM UDDI registry.
这段代码创建对象,然后将代理指向IBMUDDI注册表。
The main idea behind AOP is that you create new typed object, based on a dynamic proxy mechanism, that implements a set of interfaces at runtime.
AOP背后的主要思想是基于动态代理机制创建新的对象类型,该对象会在运行时实现一些接口。
A service-bus address representing the location of the service that supported the required interface was passed to the proxy object, along with a service-bus object so that it could send messages.
服务总线地址表示支持所需接口的服务的位置,该地址与服务总线对象一起被传递给代理对象,以使它能发送消息。
Add a method that is responsible for making the EJB proxy call and returning a complex object.
添加负责进行EJB代理调用和返回复杂对象的方法。
To implement the ESB gateway of JHKL Inc., a WS-Proxy object has been configured inside the DataPower and, as figure 5 shows, our request flow contains essentially two actions.
为了实现JHKL公司的ESB网关,WS - Proxy对象已经在DataPower内配置,如图5所示,我们的请求流基本上包含两个动作。
Update the following code in Program.cs for the creation of the proxy object (mywcf in the example above)
在 Program.cs 中添加以下代码,创建代理对象(上面示例中的 mywcf)
That means the device does its own Lookup Service and all the Jini discovery protocols; a device Service Lookup Service proxy object runs entirely on a local client.
这意味着设备执行自己的查找服务以及所有Jini发现协议;设备服务查找服务代理对象完全在本地客户机上运行。
The reference is typically a proxy object which implements the same interface as the service provider implements.
引用一般是一个代理对象,它实现了服务提供者实现的相同接口。
When Jini is used on small devices, the Service B residing on a small device faces a problem, since it cannot unmarshal the Lookup Service proxy object.
当在小设备上使用Jini 时,驻留在小设备上的服务B 就会面临一个问题,因为它不能解组查找服务代理对象。
To implement this, Spring wraps the original service object with a transactional proxy.
为了实现这一点,Spring使用事务代理来包装原始服务对象。
Add the following code to Program.cs after the creation of the proxy object (mywcf in the example above).
在Program . cs中创建代理对象(上面示例中的mywcf)之后添加以下代码。
Once this MBean is located, the code then casts the MBean into a proxy object by using the JMXProxy class from the xsadmin sample application.
一旦找到此Mbean,代码会随后通过使用xsadmin示例应用程序中的JMXProxy类将 MBean 强制转换为代理对象。
That will add a Web reference to the current project, which automatically generates a proxy object.
这将添加一个Web引用到当前项目,当前项目会自动生成一个代理对象。
Spring automatically recognizes a StandardMBean or wraps a ModelMBean proxy around your object, using introspection by default.
Spring自动识别StandardMBean或者用ModelMBean代理包装对象,在默认情况下使用内省。
Spring automatically recognizes a StandardMBean or wraps a ModelMBean proxy around your object, using introspection by default.
Spring自动识别StandardMBean或者用ModelMBean代理包装对象,在默认情况下使用内省。
应用推荐