单词 | JAX RPC | ||||||||||
释义 | JAX RPC
更多释义 收起释义 例句释义: 远程过程调用,调用对象,支持的数据类型 1. While it might seem to be a minor design detail, it has a significant impact on the generated JAX-RPC Java code. 尽管它看起来是一个很小的设计细节,但它对生成的JAX-RPCJava代码有极大影响。 www.ibm.com 2. Let's drill down to the details to see how JAX-RPC is trying to eliminate these problems by defining a common programming model. 让我们深入讨论细节问题以了解JAX-RPC是如何通过定义一个公共编程模型来设法彻底解决这些问题的。 www.ibm.com 3. JAX-RPC also made some assumptions about the direction of Web services development that turned out to be wrong. JAX-RPC还对Web服务开发的方向作出了假设,而这在后来被证明是错误的。 www.ibm.com 4. One of the beauties of JAX-RPC for the client is its ability to associate context information with an endpoint's remote method call. 客户机JAX-RPC的亮点之一就在于它能把上下文信息和端点的远程方法调用关联起来。 www.ibm.com 5. Is often used by JAX-RPC handlers. 通常由JAX-RPC处理器使用。 www-128.ibm.com 6. Its existence in an XSD results in JAX-RPC warnings like the one shown in Listing 1. 它在XSD中的存在导致类似于清单1所示的JAX-RPC警告。 www.ibm.com 7. In this paper, I show you a generic JAX-RPC handler implementation, capable of sending and receiving arrays of an arbitrary attachment type. 本文中,我向您展示了通用的JAX-RPC处理程序的实现,它具备发送并接收任意附件类型的部署的能力。 www.ibm.com 8. The mime type of this attachment cannot be mapped directly by JAX-RPC to a Java type. 此附件的mime类型无法由JAX-RPC直接映射到Java类型。 www.ibm.com 9. Next, implement a main class representing the Buyer to call the JAX-RPC proxy to invoke the agent process. 接下来,实现描述Buyer的主要类,通过JAX-RPC代理来调用代理流程。 www.ibm.com 10. I decided to use JBoss 4. 0. 4, since it is one of the only Open Source implementations of JSR-181 with full JAX-RPC support. 我决定使用JBoss4.0.4,因为它是唯一具有全面JAX-RPC支持的JSR-181开放源代码实现。 www.ibm.com 1. Moreover, JAX-RPC requires the mapping of any unsupported XML data types to the javax. xml. soap. SOAPElement interface. 而且,JAX-RPC需要将任何不被支持的XML数据类型映射到javax.xml.soap.SOAPElement接口。 www.ibm.com 2. WebSphere Application Server ND includes additional support for JAX-RPC handlers and a complete private UDDI registry. WebSphereApplicationServerND包括对JAX-RPC处理程序和完全私有注册中心的额外支持。 www.ibm.com 3. JAX-RPC SOAP handlers are the operational means for working with such out-of-band information. JAX-RPCSOAP处理程序对于处理这样的带外信息来说是一种可操作的方法。 www.ibm.com 4. Handler model: The handler model has changed quite a bit from JAX-RPC to JAX-WS. 处理程序模型:从JAX-RPC到JAX-WS的过程中,处理程序模型发生了很大的变化。 www.ibm.com 5. The handler developer is responsible for the correctness of the SOAP message, in contrast to the strongly-typed JAX-RPC service interfaces. 处理程序开发人员对SOAP消息的正确性负责,这与强类型的JAX-RPC服务接口形成对比。 www.ibm.com 6. The other JAX-RPC-supported attachment types all map to Java types which you can convert to and from a byte[] (usually through a stream). 其他JAX-RPC支持的所有附件类型都会映射到相应的Java类型,而且您可以把它转换为byte[]数据(通常是一个字节流),或者转换回来。 www.ibm.com 7. JAX-RPC specifies extensible type mapping support for an extended set of XML and Java types. JAX-RPC为一组已扩展的XML类型和Java类型指定可扩展的类型映射支持。 www-128.ibm.com 8. In addition, JSR-109 did not provide a complete representation for the type mapping rules defined by JAX-RPC. 另外,JSR-109没有为由JAX-RPC定义的映射规则提供完全的表示。 www.ibm.com 9. JAX-RPC does not provide a similar point of configuration for headers that are created by a handler. JAX-RPC没有为由处理程序创建的消息头提供相似的配置点。 www.ibm.com 10. DebugHandler is a simple JAX-RPC handler, used to print a SOAP message by either the service consumer or provider. DebugHandler是一个简单的JAX-RPC处理程序,用于打印服务使用者或提供者发出的SOAP消息。 www.ibm.com 1. As you can see, this interface enables the JAX-RPC run-time system to manage the life cycle of a web service instance. 这个接口使得JAX-RPC运行时系统能管理Web服务示例的生命周期。 www.ibm.com 2. In its present form, JAX-RPC does not help, but as this tip demonstrates you can work around those limitations. 就JAX-RPC的目前形式而言,它还无能为力,不过就像这篇技巧所说明的那样,您可以绕过这一限制。 www-128.ibm.com 3. For one, it was designed around the JAX-RPC 1. 0 standard, which heavily constrained the Axis architecture and limited its flexibility. 首先,它是基于JAX-RPC1.0标准设计的,而后者在很大程度上约束了Axis体系结构,限制了其灵活性。 www.ibm.com 4. For the most part, JAX-RPC assumes that XML elements that occur in a SOAP message should be mapped into Java objects. 大多数情况下,JAX-RPC假定出现在SOAP消息中的XML元素都应该映射到Java对象中去。 www-128.ibm.com 5. One way of adding the required custom logic to your runtime is to generate a JAX-RPC based SOAP proxy. 向运行时添加所需的自定义逻辑的方法之一是生成基于JAX-RPC的SOAP代理。 www.ibm.com 6. Note that the semantics of context information is not mandated by the JAX-RPC specification. 注意,JAX-RPC规范并不强求上下文信息的语义。 www-128.ibm.com 7. Looking at the high-level steps, it appears that the dynamic invocation model for JAX-RPC and JAX-WS are similar. 从抽象步骤来看,JAX-RPC和JAX-WS的动态调用模型非常相似。 www.ibm.com 8. Because of this, JAX-RPC causes the fourth parameter to be generated as a javax. activation. DataHandler rather than a Java byte array. 因为这样,JAX-RPC会导致将第四个参数作为Javajavax.activation.DataHandler而不是Java字节数组生成。 www.ibm.com 9. The JAX-RPC Call interface supports the dynamic invocation of a web services' operations. JAX-RPCCall接口支持动态调用Web服务的操作。 www.ibm.com 10. JAX-WS also adds support for asynchronous support and for a dynamic service, which JAX-RPC doesn't define. JAX-WS还提供了异步支持和动态服务支持,而JAX-RPC并未对此进行定义。 www.ibm.com 1. AXIS was primarily designed for JAX-RPC and, for the time being, it only implements a subset of JAXM. AXIS主要是为JAX-RPC设计的,到目前为止只实现了JAXM的一个子集。 www.ibm.com 2. This pattern is useful in the case where some fundamental XML types are introduced but are not supported by the standard JAX-RPC mapping. 如果需要引入一些基本的XML类型,且它们又不被标准JAX-RPC映射支持的情况下,这种模式非常有用。 www.ibm.com 3. With JAX-RPC, the Call object must be configured to explicitly invoke a particular operation from the WSDL. 对于JAX-RPC,必须配置Call对象来显式地从WSDL调用特定操作。 www.ibm.com 4. JAX-RPC supports three types of clients that differ in the way they invoke the target service, as shown in Figure 2. JAX-RPC支持三种类型的客户机,这些客户机各自调用目标服务的方法不同,如图2中所示。 www.ibm.com 5. With JAX-RPC, the parameter type(s) passed retain the XML Schema-to-Java mappings that are defined by the specification. 对于JAX-RPC,所传递的参数类型保留规范定义的XML模式到Java的映射。 www.ibm.com 6. Provides JAX-RPC mapping and handler configuration through Web services-specific deployment descriptors. 通过Web服务的特定部署描述符来提供JAX-RPC映射和处理程序配置。 www-128.ibm.com 7. The client can access a web service created with the JAX-RPC API; behind the scenes, JAX-RPC uses a servlet to implement the web service. 客户可以访问用JAX-RPCAPI创建的Web服务;在幕后JAX-RPC使用servlet来实现Web服务。 www.ibm.com 8. Typically, the JAX-RPC tool that generates the SEI from the WSDL file also generates a skeleton for the actual service implementation. 通常,JAX-RPC工具从WSDL文件生成SEI的同时也为实际服务实现生成一个框架。 www.ibm.com 9. At this point, carefully analyze which type of XML binding is appropriate (JAX-RPC, JAXB, and so on). 这时请仔细分析哪种XML绑定类型是恰当的(JAX-RPC、JAXB等)。 www.ibm.com 10. That knowledge is implicit in the implementations of the JAX-RPC handlers deployed at the requestor and in the Web services Gateway. 这种认知是隐含在在请求者及Web服务网关中部署JAX-RPC处理程序的实现过程中的。 www.ibm.com 1. The JAX-RPC Handlers API defines three basic methods, along with two life cycle methods, as shown in Listing 8. JAX-RPC处理程序API定义了三个基本的方法,还有两个生命周期方法,表示在清单8中。 www-128.ibm.com 2. Note that it is also possible to use the JAX-RPC Service's getPort method (described in the next section) to obtain a stub. 请注意,使用JAX-RPCService的getPort方法(在下一部分中进行描述)来获取存根也是有可能的。 www.ibm.com 3. The Apache Axis framework provides a widely used open source implementation of the JAX-RPC Java Web services standard. ApacheAxis框架提供了JAX-RPCJavaWeb服务标准的一个广泛使用的开放源代码实现。 www.ibm.com 4. The Web services in this application have been implemented following the JAX-RPC specification. 该应用程序中的Web服务的实现符合JAX-RPC规范。 www-128.ibm.com 5. The JAX-RPC specification does not mandate a server-side model for processing the service context. JAX-RPC规范不强制处理服务上下文的服务器端模型。 www.ibm.com 6. Although JAX-RPC devotes a considerable amount of effort in supporting XML data types, room for improvement still exists. 虽然JAX-RPC在支持XML数据类型方面做了大量的工作,但是还有很多地方需要改进。 www.ibm.com 7. The current JAX-RPC specification defines the type mappings for simple types, as I ve discussed in this article. 我在这篇文章中已经讨论过,当前的JAX-RPC规范定义了简单类型的类型映射。 www-128.ibm.com 8. An example would be a JAX-RPC handler, or a mediation in an enterprise service bus . RPC处理程式和企业服务汇流排中的仲介都是这方面的例子。 www.bing.com 9. The message in the warning dialog box gives you detailed information about which data type is not JAX-RPC compliant. 警告对话框中的消息显示出关于哪个数据类型不遵循JAX-RPC的详细信息。 www.ibm.com 10. If you encounter code generation problems in bottom-up Web services, it is most likely that your service class is not JAX-RPC compliant. 如果您在自底向上的Web服务中遇到代码生成问题,那么最有可能的是您的服务类不遵循JAX-RPC。 www.ibm.com 1. The JAX-RPC specification contains restrictions on this interface. JAX-RPC规范对这个接口有一些限制。 www.ibm.com 2. It addresses some of the shortcomings of JAX-RPC, and it supports additional asynchronous invocation modes. 它解决了JAX-RPC的一些不足之处,而且还支持其他异步调用模式。 www.ibm.com 3. However, the JAX-RPC specification currently does not define the standard Java mapping for the xsd: anyType. 但是,JAX-RPC规范目前还没有定义针对xsd:anyType的标准Java映射。 www.ibm.com 4. Dynamic programming model: JAX-WS's dynamic client model is quite different from the JAX-RPC mode. 动态编程模型:JAX-WS的动态客户端模式与JAX-RPC模式差别很大。 www.ibm.com 5. The JAX-RPC specification does not define a mapping for the LinkedList class. JAX-RPC规范没有为LinkedList类定义映射。 www.ibm.com 6. This design is in contrast with JAX-RPC, which hides all the XML from the developer. 这种设计与JAX-RPC恰好相反,后者向开发人员隐藏了所有的XML。 www.ibm.com 7. In Listing 5, you can see how the JAX-RPC specification creates its service endpoints to address the service-specific Java exception. 在清单5中,您可以看到JAX-RPC规范怎样创建它的服务端点来处理特定于服务的JAVA异常。 www.ibm.com 8. When you deploy a JAX-RPC SOAP handler into the message flow, you gain access to both messages involved in the remote procedure call. 当您将JAX-RPCSOAP处理程序部署到消息流中时,您就可以访问这两个涉及远程过程调用的消息。 www.ibm.com 9. Most of the code within a JAX-RPC call is bidirectional, so the same code used on the server is also used on the client. JAX-RPC调用中的大多数代码是双向的,因此,在服务器上使用的相同代码也可在客户机上使用。 www.ibm.com 10. How to access the overloaded operations of a SIBus outbound service destination directly using JAX-RPC client through the SIB binding? 如何通过SIB绑定直接使用JAX-RPC客户机访问SIBus出站服务目标的过载操作? www.ibm.com 1. JAX-RPC requires that all remote methods in a service endpoint interface (SEI) throw the standard java. rmi. RemoteException. JAX-RPC要求,在服务端点接口(serviceendpointinterface,SEI)上的所有远程方法都抛出标准的java. www.ibm.com 2. While this might not follow the best practice in servlet and JSP development, the intent here is to show the JAX-RPC service invocation. 这可能并不遵循Servlet和JSP开发中的最佳实践,但此处的目的是为了说明如何进行JAX-RPC服务调用。 www.ibm.com 3. For instance, the JAX-RPC specification uniquely specifies how Java types are mapped to XML Schema elements and vice-versa. 例如,JAX-RPC规范惟一地指定了如何将Java类型映射到XMLSchema元素,反之亦然。 www-128.ibm.com 4. Axis is an implementation of the JAX-RPC standard for Java Web services. Axis是JavaWeb服务的JAX-RPC标准的实现。 www-128.ibm.com 5. So neither JAX-RPC nor JAX-WS can create corresponding Java classes that retain all the restrictions. 因此,JAX-RPC和JAX-WS都不能创建保留所有约束的对应Java类。 www.ibm.com 6. Normally, this file adheres to the mappings designated by the JAX-RPC specification. 通常,该文件遵循由JAX-RPC规范指定的映射。 www.ibm.com 7. The JAX-RPC specification talks about something called implicit and explicit service context. JAX-RPC规范讨论了关于所谓的隐式和显式服务上下文方面的知识。 www.ibm.com 8. A JAX-RPC value type (in JSR-101) is a Java class whose value can be moved between a service client and service endpoint. JAX-RPC值类型(遵循JSR-101)是Java类,其值可以在服务客户端和服务端点之间移动。 www.ibm.com 9. In the first article in this series, Joshy Joseph discussed a key aspect of the JAX-RPC standard: its type mapping system. 在这个系列的第一篇文章里,JoshyJoseph讨论了JAX-RPC标准的一个重要方面:它的类型映射系统。 www-128.ibm.com 10. It also uses standard JAX-RPC descriptors, which can be generated using JSR-181 compliant annotations. 它还使用标准JAX-RPC描述符(可以通过使用符合JSR-181的注释生成)。 www.ibm.com 1. Mostly, they are the things you need to think about when using the JAX-RPC value type for mobile Web services. 在大多数情况下,当将JAX-RPC值类型用于移动Web服务时需要考虑一些事情。 www.ibm.com 2. If you take a look at Listing 6, you'll see the generated JAX-RPC interface for this scenario. 在清单6中,您可看到为此场景生成的JAX-RPC接口。 www.ibm.com 3. JAX-RPC provides a mapping of the WSDL description of attachments into Java artifacts. JAX-RPC提供了附件的WSDL描述到Java构件的映射。 www-128.ibm.com 4. These may be handled using JAX-RPC handlers and service context propagation. 这些可以用JAX-RPC处理程序和服务传播来处理。 www.ibm.com 5. We will use JAX-RPC compliant engine as the platform of choice for the service implementation (server-side). 我们将使用符合JAX-RPC要求的引擎作为供选择的服务实现平台(服务器端)。 www.ibm.com 6. As I've shown, sending attachments via JAX-RPC mappings is a fairly simple matter. 正如我已经展示的,通过JAX-RPC映射发送附件是一个相当简单的问题。 www.ibm.com 7. This will generate a client proxy that will hide the details of the Web service JAX-RPC API. 这将会产生一个客户端代理,通过它将隐藏Web服务JAX-RPCAPI的细节。 www.ibm.com 8. Another advantage mediations have over JAX-RPC Handlers is their ability to clone exact copies of messages. 中介相对于JAX-RPC处理程序的另一个优势是能够克隆消息的精确副本。 www.ibm.com 9. First of all, the JAX-RPC mapping specification does not dictate a specific Java mapping for xsd: anyType. 首先,JAX-RPC映射规范没有为xsd:anyType指定特定的Java映射。 www.ibm.com 10. Generate a service implementation (and test client) for the XSD interface using JAX-RPC or JAX-WS. 使用JAX-RPC或JAX-WS为XSD接口生成服务实现(和测试客户端)。 www.ibm.com 1. There are certain requirements that need to be supported by the JAX-RPC run-time infrastructure. 这里有几个必须由JAX-RPC运行时基础架构支持的确定的要求。 www.ibm.com 2. One of the XSD features that can't be mapped in Java via JAX-RPC is the xsd: group data type. 无法在Java中通过JAX-RPC映射的XSD特性之一是xsd:group数据类型。 www.ibm.com 3. In the case of JAX-RPC, a fault maps to an exception class. 对于JAX-RPC,错误定义可映射为一个异常类。 www.ibm.com 4. In the meantime, the client is also required to toggle a special flag to notify the JAX-RPC runtime system to maintain the client sessions. 同时,客户端也需要切换一个特定的标志来通知JAX-RPC运行时系统对客户端会话进行维护。 www-128.ibm.com 5. The method parameters must be JAX-RPC-supported Java types. 这个方法参数必须是JAX-RPC支持的Java类型。 www-128.ibm.com 6. Note that the JAX-RPC specification also states that each method in the interface must throw java. rmi. RemoteException. 请注意JAX-RPC规范还规定接口中的每个方法必须抛出java. www.ibm.com 7. The JAX-RPC specification defines the standard mappings between Java classes and XML types. JAX-RPC规范定义了Java类和XML类型之间的标准映射。 www.ibm.com 8. Web Services Gateway provides mediation support for Web services via JAX-RPC handlers. Web服务网关通过JAX-RPC处理程序为Web服务提供了中间服务支持。 www-128.ibm.com 9. The JAX-RPC run-time system implements a serialization framework to support this type mapping. JAX-RPC运行时系统实现序列化框架以支持该类型映射。 www-128.ibm.com 10. The most interesting ingredient of the JAX-RPC mapping file is the Java XML type mapping. JAX-RPC映射文件中最有意思的成分是JavaXML类型映射。 www.ibm.com 1. Implement XSD restrictions that aren't currently supported by JAX-RPC or JAX-WS code generation. 实现JAX-RPC或JAX-WS代码生成当前不支持的XSD约束。 www.ibm.com 2. The JAX-RPC specification has implications for the generated code. JAX-RPC规范对生成代码具有重要意义。 www.ibm.com 3. Once your JSR 172 JAX-RPC stub and supporting files have been generated, compiled, and deployed, consuming remote services is very easy. 一旦生成、编译并部署了JSR172JAX-RPC存根和支持文件,消费远程服务就很容易了。 www.ibm.com 4. This pattern supports five backend types: CCI, EJB, JAX-RPC, WSIF and SCA, discussed below. 此模式支持五种后端类型:CCI、EJB、JAX-RPC、WSIF和SCA,下文将对其进行讨论。 www.ibm.com 5. This tip introduces the notion of roundtripping and begins to hint at some problems with the existing JAX-RPC mapping rules. 本技巧介绍了往返的概念,并首先提示了一些与现有的JAX-RPC映射规则有关的问题。 www-128.ibm.com 6. Beyond that, different JAX-RPC vendors might offer different levels of support. 不仅如此,不同的JAX-RPC厂商可能提供不同层次的支持。 www.ibm.com 7. This article demonstrates how to use EMF to support XML data types that do not have standard JAX-RPC type mappings. 本文演示了如何使用EMF来支持没有标准JAX-RPC类型映射的XML数据类型。 www.ibm.com 8. It is highly recommended that readers who are unfamiliar with JAX-RPC programming complete that tutorial before beginning this one. 强烈建议完全不熟悉JAX-RPC编程的读者先阅读那个教程,然后再阅读本教程。 www.ibm.com 9. Like in JAX-RPC's model, you define the service based on its fully qualified name, but you also define the port within that service. 与JAX-RPC模型中类似,将基于完全限定名称定义服务,但还要定义该服务的端口。 www.ibm.com 10. JAX-B is a more complete mapping of XML schema than JAX-RPC provides, but they are distinct. JAX-B是一种比JAX-RPC提供的映射机制更完善的XML模式映射机制,但二者却截然不同。 www.ibm.com 1. Specify a jax-rpc handler list and security settings for notification service. 为通知服务指定jax-rpc列表和安全设置。 www.ibm.com 2. After a year or so of using that specification, the JCP folks wanted to build a better version: JAX-RPC 2. 0. 该规范使用大约一年之后,JCP人员希望构建一个更好的版本:JAX-RPC2.0。 www.ibm.com 3. The JAX-RPC tools will now generate a client side Order class that contains the SOAPElement property, instead of a lineItem class. JAX-RPC工具现在将生成一个包含有SOAPElement属性的客户端Order类,而不是lineItem类。 www.ibm.com 4. JAX-RPC's dynamic invocation interface (DII) is the Call object (javax. xml. rpc. Call). JAX-RPC的动态调用接口(DynamicInvocationInterface,DII)是Call对象(javax.xml.rpc.Call)。 www.ibm.com 5. For JAX-RPC, the parameter(s) always form the parameter data of the request. 对于JAX-RPC,参数始终作为请求的参数数据使用。 www.ibm.com 6. The example showed how to code and deploy a JAX-RPC handler into the SIBus to inspect and output the contents of an incoming SOAP message. 这个例子展示了如何编写JAX-RPC代码并将其部署到SIBus中,以便于检查和输出传入的SOAP消息内容。 www.ibm.com 7. The JAX-RPC precompiler generates a stub that greatly simplifies coding. JAX-RPC预处理程序生成一个存根程序,极大简化了编码。 www-128.ibm.com 8. Data mapping model: JAX-RPC has its own data mapping model, which covers about 90 percent of all schema types. 数据映射模型:JAX-RPC具有自己的映射模型,此模型大约涵盖了所有模式类型中的90%。 www.ibm.com 9. No. Java interface is not a supported JAX-RPC java type. 不可以。Java接口不是JAX-RPC支持的java类型。 www.ibm.com 10. You can see the complete list of these mapping in Table 4-2 of the JAX-RPC specification (see Resources). 您可以在JAX-RPC规范的表4-2中看到这些映射的完整列表(请参阅参考资料)。 www.ibm.com 1. As noted above, this first article will focus only on the first concept: JAX-RPC's type-mapping system. 如上所述,这第一篇文章将仅着重介绍第一个概念:JAX-RPC的类型映射系统。 www.ibm.com 2. WASv5WSAExtensions. jar contains a JAX-RPC client handler for use within Application Server. jar包括一个用在ApplicationServer内部的JAX-RPC客户端处理程序。 www.ibm.com 3. The JAX-RPC implementation knows that all images are sent as attachments and it constructs the SOAP message accordingly. JAX-RPC实现知道作为附件发送的所有映像,并且相应地构造SOAP消息。 www-128.ibm.com 4. I also reviewed how to consume Web services, the JAX-RPC subset API, with a short code example included. 并用一个简短的代码实例回顾了如何消费Web服务,即JAX-RPC子集API。 www.ibm.com 5. JAX-RPC version 1. 1 mandates that a compliant engine offer tooling that lets the user select whether or not type-mapping should take place. JAX-RPC版本1.1要求符合规范的引擎必需提供工具,让用户选择是否进行类型映射(type-mapping)。 www.ibm.com 6. For those familiar with the use of pipes in UNIX, JAX-RPC handlers and handler chains might look familiar. 对于那些熟悉使用UNIX中的管道技术的人,JAX-RPC处理器及处理器链非常类似于UNIX管道。 www.ibm.com 7. In the JAX-RPC subset specification, only the second type of mapping is required. 在JAX-RPC子集规范中,只需要第二种映射。 www.ibm.com 8. JAX-RPC Handlers are an important tool for Java-based Web services developers. JAX-RPC处理器是基于Java的Web服务开发人员的一个重要工具。 www-128.ibm.com 9. At its core, JAX-RPC defines and uses an XML-based remote procedure call mechanism. 就其本质而言,JAX-RPC定义并使用了一种基于XML的远程过程调用机制。 www.ibm.com 10. The JAX-RPC specification relies on SAAJ for its handling of SOAP messages. JAX-RPC规范依赖于SAAJ来处理SOAP消息的。 www-128.ibm.com 1. The JAX-RPC run-time system must support basic HTTP authentication. JAX-RPC运行时系统必须支持最基本的HTTP认证。 www-128.ibm.com 2. In JAX-RPC, these parameters are deserialized into normal Java objects and primitive data types. 在JAX-RPC中,这些参数被反序列化为通常的Java对象和简单数据类型。 www.ibm.com 3. Thus, JAX-RPC run-time implementers are free to support other extensible type-mapping mechanisms through custom serializers. 因此,JAX-RPC运行时实现者可以通过定制的序列化器自由支持其他可扩展的类型映射机制。 www.ibm.com 4. First, the throwable property is not a supported JAX-RPC type. 首先,throwable属性不是JAX-RPC支持的类型。 www.ibm.com 5. In the current version of the JAX-RPC implementation, there is no direct way to access SOAPMessageContext. 在JAX-RPC实现的当前版本中,不存在直接的方式来访问SOAPMessageContext。 www.ibm.com 6. You can expect future versions of JAX-RPC engines to make this even easier. 您可以期待着未来版本的JAX-RPC引擎实现将会使这一切更加容易。 www-128.ibm.com 7. The JAX-RPC handlers used in this article. 用在这篇文章的JAX-RPC从处理器。 www-128.ibm.com 8. Note that Version 6. 0 improves upon the JAX-RPC support by adding improved support for complex types and faults. 请注意,6.0版本通过添加对复杂类型和错误的改进支持改善了JAX-RPC支持。 www.ibm.com 9. In fact, the MessageContext class that the mediations use comes from the JAX-RPC specification. 事实上,中介所使用的MessageContext类来源于JAX-RPC规范。 www.ibm.com 10. Maintaining roundtrippability was not a goal of JAX-RPC. 维护可往返性不是JAX-RPC的目的。 www.ibm.com 1. Please refer to Section 5 of the JAX-RPC specification for more information. 请参考JAX-RPC规范的第5节以获取更多信息。 www.ibm.com 2. Lists SOAP message styles and modes and shows how JAX-RPC defines them. 列出了SOAP消息样式和模式并说明了JAX-RPC是如何对其进行定义的。 www-128.ibm.com 3. The JAX-RPC generated by the wscompile needs some manual post processing. wscompile生成的JAX-RPC需要一些后期手工处理。 www.ibm.com 4. In JAX-RPC, the dynamic invocation object is javax. xml. rpc. Call. 在JAX-RPC中,动态调用对象为javax. www.ibm.com 5. You can find the latest formal specification for JAX-RPC handlers in JSR 921 (see Resources). 您可以在JSR921中找到JAX-RPC处理程序的最新正式规范(请参阅参考资料)。 www.ibm.com 6. For more details about JAX-RPC DII, refer to Build an RPC service and client using JAX-RPC. 关于JAX-RPCDII的更多细节,参考使用JAX-RPC构建一个RPC服务和客户端。 www.ibm.com 7. It begins to point out some roundtripping issues with the JAX-RPC specification. 它首先指出一些与JAX-RPC规范有关的往返问题。 www-128.ibm.com 8. I'll begin the discussion by tackling one of the most important aspects of JAX-RPC: the type-mapping system. 我将从讨论JAX-RPC的最重要方面之一—即类型映射系统—开始讨论。 www.ibm.com 9. You can choose either to change the schema, or disable the JAX-RPC data binding and integrate alternate data binding technologies. 您要么可以选择改变这个模式,要么禁止JAX-RPC数据绑定和整合候补数据绑定技术。 www.ibm.com 10. Because the xsd: group data type can't be mapped specifically in JAX-RPC, it's generically mapped to a SOAPElement in Java. 由于xsd:group数据类型无法在JAX-RPC中进行明确的映射,因此一般将其映射到Java中的SOAPElement。 www.ibm.com 1. One of the goals of JSR 109 is that its client programming model is compatible with JAX-RPC. JSR109的目标之一就是它的客户机编程模型遵循JAX-RPC。 www.ibm.com 2. Map WSDL types to the Java types with the JAX-RPC mapping. 用JAX-RPC映射将WSDL类型映射到Java类型。 www-128.ibm.com 3. For those few MIME types for which JAX-RPC has defined a mapping (see Table 1), life is fairly easy. 对于那些不多的已经由JAX-RPC为其定义了映射的MIME类型来说(查阅表1),用起来是相当容易的。 www.ibm.com 4. Refer to section 8. 2. 4. 2 of the JAX-RPC specification for the standard set of properties (see Resources). 查阅JAX-RPC规范的8.2.4.2节可以获得标准的特性集的信息(请参见参考资料)。 www.ibm.com 5. JAX-RPC maps these types using Java wrapped objects. JAX-RPC使用Java封装的对象来映射这些类型。 www-128.ibm.com 6. According to the JAX-RPC specification, DII can invoke the RPC-encoded Web service. 根据JAX-RPC规范,DII可以调用RPC编码的Web服务。 www.ibm.com 7. JAX-RPC 1. 0 was the original standard for web services in Java. JAX-RPC1.0是Java方面的Web服务的原始标准。 www.ibm.com 8. Map the WSDL types to the Java types with JAX-RPC mapping. 用JAX-RPC映射将WSDL类型映射为Java类型。 www-128.ibm.com 9. As noted, in Part 1 of this series, I covered important aspects of JAX-RPC's type-mapping system. 正如我在本系列的第1部分谈到的那样,我讨论了JAX-RPC的类型映射系统的重要方面。 www.ibm.com 10. JAX-RPC provides a Java-centric view on Web services. JAX-RPC提供了以Java为中心的角度来看待Web服务。 www-128.ibm.com 1. JAX-RPC would map the complex type OpType to a Java object called OpType that contains two attributes, c1 and c2, each of type String. . JAX-RPC将复杂的OpType类型映射到名为OpType的Java对象,Java对象中包含c1和c2两个属性,且均为字符串类型。 www.ibm.com 2. This tip describes how to use those JAX-RPC mappings to send attachments in SOAP messages. 本技巧描述了如何使用这些JAX-RPC映射来发送SOAP消息中的附件。 www.ibm.com 3. There's no corresponding structure in Java, so again JAX-RPC maps xsd: choice data types to the generic SOAPElement (see Listings 6 and 7). Java中不存在对应的结构,因此JAX-RPC同样将xsd:choice数据类型映射到通用SOAPElement(请参见清单6和7)。 www.ibm.com 4. Question: How to access the overloaded operations of an EJB Service using the JAX-RPC client through "wsejb" binding? 问:如何通过“wsejb”绑定使用JAX-RPC客户机访问EJB服务的过载操作? www.ibm.com 5. This means that a JAX-RPC compliant implementation must support this. 这意味着符合JAX-RPC的实现必须支持这种方法。 www-128.ibm.com 6. As a minimum, a JAX-RPC implementation must support SOAP 1. 1 using HTTP. JAX-RPC实现至少必须支持使用HTTP的SOAP1. www.ibm.com 7. If you want to change the mappings from the standard JAX-RPC mapping rules, you can modify the mapping meta-data file. 如果您想要改变标准JAX-RPC映射规则中的映射的话,您可以修改映射元数据文件。 www.ibm.com 8. (Listing 1) and Employee. java (Listing 2) meet the above requirements, so they are valid examples of JAX-RPC value types. java(清单1)和Employee.java(清单2)就满足上面的要求,因此他们是JAX-RPC值类型的有效实例。 www.ibm.com 9. For the client, I will deploy the handler using the JAX-RPC programmatic interface. 对于客户端,我将使用JAX-RPC程序化接口来部署处理程序。 www.ibm.com 10. If the input or return of the Java artifact is a user-defined Java class, it must adhere to Section 5. 4 of the JAX-RPC 1. 1 conventions. 如果Java构件的输入或返回是用户定义的Java类,则它必须符合JAX-RPC1.1中5.4部分的约定。 www.ibm.com 1. Why couldn't JAX-RPC map Date to xsd: date and then back to Date? 为什么JAX-RPC不能将Date映射到xsd:date然后再映射回Date呢? www.ibm.com 2. Now that you have defined your JAX-RPC handler list, any service defined in the SIBus can use it. 现在您已经定义了您的JAX-RPC处理程序清单,任何在SIBus中定义的服务都可以使用它。 www.ibm.com 3. Listing 4 shows a JAX-RPC compliant exception class. 清单4展示了遵循JAX-RPC的异常类。 www.ibm.com 4. Like many other remote invocation frameworks (such as RMI, EJB, and JAX-RPC), JMX is interface-based. 像其他许多远程调用框架(RMI、EJB和JAX-RPC)一样,JMX也是基于接口的。 www.ibm.com 5. See Table 4-3 of the JAX-RPC specification for more information. 请参阅JAX-RPC规范的表4-3以获取更多信息。 www-128.ibm.com 6. The JAX-RPC 1. 0 and 1. 1 specifications define standard mappings to Java for a subset of Schema types. JAX-RPC和1.1规范为Schema类型的子集详细定义了映射到Java的标准。 www.ibm.com 7. Advanced Web services features such as JAX-RPC handlers and WS-Security can be used with inbound and outbound services in SIBus. 高级Web服务特性(如JAX-RPC处理程序和WS-Security)可以用于SIBus中的入站和出站服务。 www.ibm.com 8. In this article, I have discussed JAX-RPC's support for simple type mapping. 在本文中,我已经讨论了JAX-RPC对简单类型映射的支持。 www.ibm.com 9. You can see the details of the mapping in Table 4-1 of the JAX-RPC specification (see Resources). 您可以在JAX-RPC规范的表4-1中看到这种映射的详细信息。(请参阅参考资料)。 www.ibm.com 10. If you're unsure how to get Apache Axis running, you should refer to " Build an RPC service and client using JAX-RPC. " 如果不了解如何运行ApacheAxis,应该参考“用JAX-RPC构建RPC服务和客户机”。 www.ibm.com 1. And last but not least, most projects offer extensions to the standard APIs, such as Axis extensions to JAX-RPC. 而且重要的是,多数项目都对标准API提供了扩展,如JAX-RPC的Axis扩展。 www.ibm.com 2. The JAX-RPC mapping is generated using the wscompile tool. JAX-RPC映射是使用wscompile工具生成的。 www-128.ibm.com 3. Provides links to the JAX-RPC 1. 1 Specification. 提供JAX-RPC1.1规范的链接。 www-128.ibm.com 4. JAX-RPC 1. 1 Provides interoperability with Web services based on the WSDL and SOAP protocols. JAX-RPC1.1基于WSDL和SOAP协议提供了与Web服务的互操作性。 www-128.ibm.com 5. This is good because JAX-RPC users will be Java programmers. 这是恰当的,因为JAX-RPC用户将是Java程序员。 www-128.ibm.com 6. The design of portable stubs is out-of-scope for JAX-RPC 1. 0 and 1. 1. 可移植存根的设计超出了JAX-RPC1.0和1.1的范围。 www.ibm.com 7. The following code snippet shows how to invoke a remote service using JSR 172 JAX-RPC. 下面的代码片断显示了如何使用JSR172JAX-RPC调用远程服务。 www.ibm.com 8. JSR 109's client-side programming model, which I will cover in sections below, is conformant to JAX-RPC. JSR109的客户端编程模型(我将在下面的几个部分中介绍)符合JAX-RPC。 www.ibm.com 9. You have just studied the generation of a JSR 172 JAX-RPC stub. 您已经学习了JSR172JAX-RPC存根是如何生成的。 www-128.ibm.com 10. A JAX-RPC run-time system should support at least one of the following JAX-RPC的运行时系统至少应该支持下面中的一个 www-128.ibm.com 1. The JAX-RPC specification provides a set of Java classes that are direct mappings to MIME types. Examples include JAX-RPC规范提供了一个JAVA类的集合,它是直接到MIME类型的映射。 www.ibm.com 2. You should see a message box reminding you that you are required to deploy a JAX-RPC handler whose job is to set the 您应该看到一个消息框,它会提醒您需要部署一个JAX-RPC处理器,这个处理器的主要工作就是为每一个到此服务的消息设置 www-128.ibm.com 3. A Java class must follow these rules to be a JAX-RPC compliant value type Java类要成为遵循JAX-RPC的值类型必须遵守以下这些规则 www.ibm.com 4. Similarly, a JAX-RPC handler chain is an ordered collection of objects that implement the 类似地,JAX-RPC处理器链是一个有顺序的对象集合,它们都实现了 www-128.ibm.com 5. Understand the basics of JAX-RPC as they relate to the wider scope of Web services 了解JAX-RPC的基础知识,因为它们与广泛的Web服务相关 www.ibm.com 6. Definition the JAX-RPC handler list and attach it to the outbound service port 定义JAX-RPC处理程序列表,并附加其到出站服务端口 www.ibm.com 7. Mine the JAX-RPC specification to improve Web service interoperability 研究JAX-RPC的规范提高Web服务互操作性 www-128.ibm.com 8. Web services programming tips and tricks: SOAP attachments with JAX-RPC Web服务编程技巧和诀窍:使用JAX-RPC来传递SOAP附件 www-128.ibm.com 9. The JAX-RPC run-time system determines the MIME type of the MIME part using JAX-RPC运行时系统通过以下几点决定MIME部件的MIME类型。 www.ibm.com 10. The section of the JAX-RPC specification concerned with WSDL to Java mapping addresses JAX-RPC规范中关于WSDL到Java的映射那部分解决了下列问题 www-128.ibm.com 1. A JAX-RPC application itself normally should avoid throwing the 通常,JAX-RPC应用程序本身应该避免抛出 www-128.ibm.com 2. For standard JAX-RPC run time implementations, there are two supported standard-type mappings 对于标准JAX-RPC运行时实现,有两种支持的标准类型映射 www.ibm.com 3. Design considerations for mobile Web services when using the JAX-RPC value type, including 在使用JAX-RPC值类型时需要考虑的移动Web服务设计事项,包括 www.ibm.com 4. Build stateful sessions in JAX-RPC applications 在JAX-RPC应用程序中构建有状态会话 www-128.ibm.com 5. Operation, then a JAX-RPC implementation will map your type to 操作中所作的,那么JAX-RPC实现将会把您的类型映射到 www-128.ibm.com 6. In fact, JAX-RPC does a very poor job at reporting any error; the, 事实上,JAX-RPC在报告任何错误时做的工作都很少, www-128.ibm.com 7. To generate and use a JAX-RPC interface for these web services 生成和使用这些Web服务的JAX-RPC接口 www.ianywhere.com 8. JAX-RPC maps XML arrays to Java arrays with the operator JAX-RPC将XML数组映射为带操作符 www-128.ibm.com 9. Currently, there are three operation modes supported by standard JAX-RPC 目前,JAX-RPC支持三种操作模式 www.ibm.com 10. The three steps specific to a DII JAX-RPC application are DIIJAX-RPC应用程序包括三个特定的步骤 www-128.ibm.com 1. Following the JAX-RPC mapping rules, the, 依据JAX-RPC的映射规则, www-128.ibm.com 2. Build a SOAP response envelope with SAAJ and JAX-RPC 用SAAJ和JAX-RPC构建SOAP响应信封 www-128.ibm.com 3. Tip: Send and receive SOAP messages with JAX-RPC 用JAX-RPC发送与接收SOAP消息 www-128.ibm.com 4. Collection classes (for example, java. util. Vector) used as either parameter or return type for a method (JAX-RPC constraint) 作为方法的参数或返回类型使用的集合类(例如java.util.Vector)(JAX-RPC约束) www.ibm.com 5. A JAX-RPC handler to perform message routing based on the requested service level 根据请求服务级别执行消息路由的JAX-RPC处理器 www.ibm.com 6. JAX-RPC's dynamic Call interface JAX-RPC的动态调用接口 www.ibm.com 7. How to create a simple JAX-RPC handler 如何创建简单的JAX-RPC处理程序 www-128.ibm.com 8. In any JAX-RPC application, you must do three things 在任何JAX-RPC应用程序中,您都必须完成以下三件事情 www-128.ibm.com 9. To invoke a JAX-RPC operation, do the following 要调用一个JAX-RPC操作,执行以下操作 www.ibm.com |
||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。