依赖项方法将方法参数定义成接口。
The dependency methods define the method parameters as interfaces.
了解方法参数及如何使用它们。
Identify the method parameters and understand how to use them.
为此,可以将方法参数定义为接口。
You can do this by defining the method parameters as interfaces.
方法参数:(一种日历算法)。
清单2:在方法参数中使用工厂方法。
方法参数和返回类型必须是可序列化的。
The method parameters and return types must be serializable.
使用值对象作为方法参数。
清单8显示消息部分中方法参数的映射。
Listing 8 shows the corresponding mapping for the method parameter to the message part.
为方法参数指定约束条件
然而,通常方法参数基本都是对象而不是接口。
However, it's essential that normally the method parameters are objects, not interfaces.
键入的方法参数和类成员上。
Easy mapping of parameters and other client data to typed method parameters and class members.
Eclipse会自动地推知方法参数及返回类型。
Eclipse automatically infers the method arguments and return types.
然后会自动地从方法参数中推断出类型参数的实例化。
Then the type parameter instantiations would be inferred automatically from the method arguments.
然而,对于所有的方法参数来说,类型注解是必须的。
However, type annotations are required for all method parameters.
定制通常包括更改服务方法参数名称和bean属性。
The customization will typically include changing the service method parameter name and the bean properties.
将来自uri或HTTP头部的元素作为方法参数注入。
Injecting elements from the URI or the HTTP header as method parameters.
“Part”元素类型的子元素将成为SEI方法参数。
Child Elements of "Part" Element Type will be SEI Method parameter.
本文并不关注组件,而是关注组件提供的操作的方法参数。
This article focuses not on the component but on the method parameters of operations that a component provides.
用OVal为方法指定前置条件必须对方法参数进行标注。
To specify preconditions for a method with OVal, you must annotate method parameters.
设置一个安装方法参数(自动安装或交互安装),开始安装。
Start the installation with a parameter set for the installation method (auto install or interactive).
这些方法参数定义成值对象,即不含逻辑只含数据值的对象。
These method parameters are defined as value objects; that is, objects with no logic that hold only data values.
在使用JACC基于方法参数的访问时可能会存在性能影响。
There might be performance implications in using the JACC method parameter-based access.
在本例中,我截取了各个方法调用,并遍历了所有的方法参数。
In this case, I intercept each method call and go through all the method parameters.
在清单10中,您能看到上下文被加到了方法参数上。
In Listing 10, you can see that the context is added to the method parameter.
映射文件允许定制bean、方法名称、方法参数和返回类型。
The mapping file allows you to customize bean and method names as well as method parameters and return types.
代理解析url字符串中的参数,并根据方法参数中的值作出反应。
The agent parses the arguments in the URL string and reacts based on the value in the method argument.
如果所给的参数是圆括号括起的列表,它们必须精确匹配方法参数。
If the parameters are given as a list surrounded by parentheses, they must exactly match the method parameters.
__ call方法有两个参数:被请求的方法的名称和方法参数。
The __call method takes two parameters: the name of the method being requested and the arguments.
方法参数和返回值将在RMI - IIOP上序列化,并由值返回。
Method parameters and return values are serialized over RMI-IIOP and returned by value.
在这个特定的示例中,服务器端的断言标识作为远程调用的方法参数发送。
In this particular sample, the asserted identity for the server side is simply sent as a method parameter of the remote invocation.
应用推荐