首页 / 词典 / good

javax

javaxjavax
  1. Javax . xml : This is the root package .

    xml:这是一个根程序包。

  2. The class implements an interface named javax . servlet . Filter , which is part of the servlet specification .

    此类实现一个javax.servlet.Filter接口,该接口是servlet应用程序的一部分。

  3. Each implementation is identified by its ID ( javax . xml . namespace . QName ) .

    每个实现通过其ID(javax.xml.namespace.QName)来识别。

  4. If you get a javax . naming . CommunicationException , verify the host name and port of the LDAP server .

    如果得到一个javax.naming.CommunicationException,那么请检查此LDAP服务器的主机名和端口。

  5. The JBI specification has a standard interface named javax . jbi . component . Component , which all BCs should implement .

    JBI规范有个标准接口名为javax.jbi.component.Component,所有BC都应当实现。

  6. If a method returns an instance of javax . xml . soap . SOAPElement , it means that the response message is not mapped , respectively .

    如果方法返回一个javax.xml.soap.SOAPElement的实例,说明响应消息没有被分别映射。

  7. You can enable logging of the SSL handshake by adding the following property to your application server 's JVM custom properties : javax . net . debug = true .

    您可在应用服务器的JVM自定义属性中添加以下属性来启用SSL握手日志记录功能:javax.net.debug=true。

  8. For every XUIComponent created in memory , a GUI peer , such as a javax . swing . JFrame , must be created .

    对于在内存中创建的每个XUIComponent,必须创建一个GUI对等物,比如javax.swing.JFrame。

  9. We offer two for SOAP : the default is based on SAAJ ( javax . xml . soap , part of J2EE1.4 ), which uses DOM underneath .

    我们给SOAP提供了两种工厂:默认的是基于SAAJ的(javax.xml.soap,J2EE1.4的一部分),它在底层使用DOM。

  10. You can think of a listener port as an application that uses the MDB ( the object which implements javax . jms . MessageListener ) for asynchronous message delivery .

    您可以认为侦听器端口是一个使用MDB(实现javax.jms.MessageListener的对象)来进行异步消息传递的应用程序。

  11. In this example , you can generate two different SEI 's , one for the server side using javax . xml . soap . SOAPElement , and one for the client side using Java type mapping .

    在本实例中,您可以生成两个不同的SEI,一个用于服务器端,使用javax.xml.soap.SOAPElement,另一个用于客户端,使用Java类型映射。

  12. OMElement provides access to the element data in the form of a StAX javax . xml . stream . XMLStreamReader , which most current data binding frameworks can use directly as input .

    OMElement以StAXjavax.xml.stream.XMLStreamReader的形式提供了对元素数据的访问,当前大多数的数据绑定框架可以直接使用javax.xml.stream.XMLStreamReader作为输入。

  13. JAXP introduced a system property , javax . xml . parsers . SAXParserFactory , which allowed you to specify the parser factory implementation that provided the parser you wanted to use .

    JAXP引入了一个javax.xml.parsers.SAXParserFactory系统属性,它允许我们指定解析器工厂实现(工厂中提供了想要使用的解析器)。

  14. Those that it does not cover are mapped to javax . xml . soap . SOAPElement . ( The JAX-WS data mapping model is JAXB , which promises mappings for all XML schemas . )

    那些没有包括的模式被映射到javax.xml.soap.SOAPElement(JAX-WS数据映射模型是JAXB,该模型映射所有XML模式)。

  15. If you import a package that starts with java , javax , org , edu , com , or net , you don 't have to use the Packages prefix in importPackage () .

    如果所要导入的包是以java、javax、org、edu、com或net开头的,那么无须在importPackage()使用Packages前缀。