The Call object you now have is not yet usable.
您现在拥有的这个Call对象还不可以用。
Instantiate a DII Call object proxy and set it up.
实例化一个DII Call对象代理并对其进行设置。
The call object of this function holds our value.
这个函数的调用对象持有我们的值。
That sets up the Call object with all the properties you need.
这样就用您需要的所有属性设置了Call对象。
That call object has a reference to our dynamic class object.
这一呼吁对象已提到我们的动态类对象。
Set the properties of the Call object (method name, parameters, and so on).
设置Call对象的属性(方法名、参数等等)。
When the function exits, the call object is removed from the scope chain.
在函数退出时,调用对象就会从作用域链中去掉。
The properties of the call object are set to use the associated target service.
调用对象的属性被设定为使用相关的目标服务。
The dynamic invocation interface requires a Call object to be created at runtime.
该动态调用接口需要在运行时创建一个Call对象。
For example, with Apache SOAP, the client would create and populate a Call object.
例如,使用ApacheSOAP,客户机将创建和植入一个Call对象。
This model is still rather complex, particularly where you have to populate the Call object.
这种模型仍然是相当复杂的,尤其是您必须填充Call对象。
Next, you create the Service and Call objects and start setting the properties of the Call object.
接下来,您要创建Service和Call对象并开始设置Call对象的属性。
When no nested functions are involved, the scope chain is the only reference to the call object.
如果不涉及到内嵌函数,这个作用域链是唯一引用到调用对象的。
The client creates an array of these Element objects and calls the invoke method of the Axis Call object.
客户机将创建一个由这些Element对象组成的数组,并调用AxisCall 对象的invoke方法。
Making DII calls through a Call object is programmatically more complex than using a stub or dynamic proxy.
通过Call对象进行 DII调用的过程比使用存根活动态代理复杂。
With JAX-RPC, the Call object must be configured to explicitly invoke a particular operation from the WSDL.
对于JAX - RPC,必须配置Call对象来显式地从WSDL调用特定操作。
The more complex the operation, the more complex the information that you need to provide to the Call object.
操作越复杂,您需要提供给Call对象的信息也就越复杂。
Listing 2 contains a complete client main class that calls Listing 1's HelloWorld service using the call object.
清单2中给出了使用Call对象调用清单1的HelloWorld服务的完整客户机主类。
I set the operation this Call object will invoke by passing in the port QName and the operation name for it to invoke.
我通过传入这个Call对象要调用的端口QName和操作名称来设置它将调用的操作。
Beware that the way the generated proxy creates a Call object depends on whether you have chose to use synchronized methods or not.
请注意,生成的代理创建Call对象的方法取决于您是否选择了使用同步方法。
If the nested function is used only within the outer function, however, the only reference to the nested function is in the call object.
如果内嵌函数只是在外部函数中使用到,那么对内嵌函数的唯一引用就是调用对象自己。
If you chose to use synchronized methods (the default), the proxy creates a single call object upon instatiation, then uses it for every method.
如果您选择了使用同步方法(缺省值),代理将根据实例化创建一个单独的call对象,然后为每个方法使用该对象。
In this case, there is an external reference to the nested function, and the nested function retains its reference to the call object of the outer function.
如果内嵌函数只是在外部函数中使用到,那么对内嵌函数的唯一引用就是调用对象自己。
The solution, of course, is to put the code into a function and then invoke the function. This way, variables are defined in the call object of the function.
当然解决方案就是把这代码放到一个函数中,然后调用这个函数。这样,变量就定义在了函数的调用对象中了。
The client creates an instance of the "Call" object of the Axis client, and sets the target endpoint address in the Call object with the address of the web service endpoint.
客户机创建Axis客户机的“Call”对象的实例,并将Call对象中的目标端点地址设置为Web服务端点的地址。
When you use a closure, remember that the call object of the enclosing function, including all function arguments and local variables, will last as long as the closure does.
当你使用闭包时,记得包含函数的调用对象,包括所有的函数参数和本地变量,会有跟闭包一样的存活时期。
For every object in the call flow, there can only be one other object connected to it.
对于调用流中的每个对象,只能有一个其他对象连接到它。
我称之为常见的物体。
Therefore, for every object in the call flow, there can only be one other object connected to it.
因此,对于调用流中的每个对象,都可以只有另外一个对象连接到其上。
When does an object call itself?
一个对象何时称它本身?
应用推荐