Unfortunately, the J2EE portable mapping of XSD: choice is SOAPElement.
不幸的是,xsd:choice是J2EE的可移植映射soapelement。
The run time system guarantees the correctness of the SOAPElement QName.
运行时系统保证SOAPElement的QName的正确性。
Thus, we see only one SOAPElement representing the entire request payload.
因此,我们看到只有单个SOAPElement元素来表示整个请求的有效负载。
The runtime then serializes the SOAPElement to the raw message on the wire.
然后运行序列化SOAPElement 为原始的消息。
Builds an appropriate SOAPElement which represents the incoming SDO datagraph.
构建一个合适的SOAPElement,它代表接收的SDOdatagraph。
This parameter serves as a reference for the binder to create the final SOAPElement.
参数作为绑定的引用用来最终创建一个SOAPElement。
The SOAPElement parameter does not have child elements except that it has a valid QName.
SOAPElement参数没有子元素除了一个有效的QName。
ToXMLString (Boolean) allows you to get the contents of the SOAPElement as an XML string.
toXMLString (boolean)允许您将SOAPElement的内容作为xml字符串进行获取。
The string returned is be the exact contents of the current SOAPElement and its descendants.
该方法返回的字符串为当前SOAPElement及其后代元素的确切内容。
In most cases, the binder implementation appends the child elements to the passed root SOAPElement.
在多数情况下,绑定实现将子元素添加到传递的root SOAPElement。
Once the SOAPElement has been populated with the necessary data, it must be returned to the caller.
当使用所需数据对SOAPElement进行填充之后,必须将其返回给调用程序。
Since no standard mapping is defined for attributes, this complex type is represented as a SOAPElement.
因为没有为属性定义标准的映射,所以这种复杂类型就被表示为SOAPElement 。
I am using this SOAPElement, representing the content of EndpointReference to process and print the references.
我就是使用此SOAPElement(表示EndpointReference的内容)来处理和打印引用的。
To avoid using version specific code, you can manually traverse the SOAPElement and build the DOMElement accordingly.
要从特定于提供商的代码中清除这些方法,可以手动的遍历soapelement并构造相应的DOMElement。
These are defined in a public, IBM-specific SOAPElement interface in com.ibm.websphere.webservices.soap.IBMSOAPElement.
这些方法定义在com . ibm . websphere . webservices . soap . ibmsoapelement中ibm特定的公共soapelement接口内。
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类。
The API described in Listing 7 is useful only when you have an existing SOAPElement and need to get the data out in an easy manner.
清单7中描述的API仅在您当前具有SOAPElement 且需要通过简单的方式来获得数据时有用。
Since the returned SOAPElement has a hierarchy of objects underneath, you have to iterate through the tree to get the actual data object.
因为返回的SOAPElement在底层具有对象层次结构,所以必须递归地处理树以获得实际的数据对象。
Unlike the parameter of serialize method, the passed SOAPElement contains the original XML data with all the necessary namespace declarations.
不同与serialize方法的参数,传递的SOAPElement包含带有所有必须的命名空间生命的原始xml数据。
The structure and processing of the header element content has been delegated to SignatureTool by abstracting the content to a single SOAPElement.
通过将其内容抽象为单个 SOAPElement ,头元素内容的结构和处理已经委托给 SignatureTool 。
Unlike the conventional serializer which writes out the raw data, the custom binder produces an intermediate form of SOAP message as a SOAPElement.
与传统序列化器需写出原始数据的方式不同,自定义绑定器生成SOAP消息的中间形式SOAPElement。
For anonymous types, the binder implementation should make sure that the returned SOAPElement always has the QName matching the defined schema type.
对于匿名类型,绑定实现应该确保返回的SOAPElement的QName 与定义的脚本类型匹配。
Although mapping to the SOAPElement is acceptable for certain data-centric applications, it is usually not recommended for those strongly typed systems.
尽管映射到SOAPElement对于特定的以数据为中心的应用是可以接受的,但对于强类型的系统通常不推荐这么做。
You can use these in an outbound scenario in which you have an object containing some form of XML data and would like to create a SOAPElement out of it.
如果您的对象包含某种形式的XML数据并且您希望在其外部创建SOAPElement,在这种出站场景下您可以使用这些API。
That means that you would only use the APIs when a SOAPElement comes into your system (an inbound request to a server or an inbound response to a client).
这意味着您只能在SOAPElement进入您的系统时(发送到服务器的入站请求或发送到客户端的入站响应)使用这些API。
Using the WS-Notification specification, which defines a business message as a SOAPElement (an XML tree), requires a different approach to interface definition.
WS - Notification规范将业务消息定义为SOAPElement (xml树),如果使用此规范,则需要采用不同的方法处理接口定义。
This interface is based on the sample WSDL in Listing 3. As mentioned, all of the input and output types are mapped to SOAPElement trees containing the XML text.
该接口基于清单3中的示例WSDL,其中所有输入和输出类型被映射到包含XML文本的SOAPElement树上。
The SOAPElement API is used in JAX-RPC as a generic form to encapsulate the schema types and nuances that it does not have a mapping for (for example xsd:choice).
在JAX-RPC 中,使用 SOAPElementAPI作为通用格式来封装那些缺少对应映射的模式类型和细微差别(例如xsd:choice)。
Instead, the run time system first renders the incoming SOAP message into an appropriate SOAPElement and then passes it to the custom binder for further rendering.
相反,运行时系统首先将接收的SOAP消息包装为一个合适的SOAPElemen,然后将其传递到绑定进行进一步的解析。
When a message part falls outside the rules, the Web services runtime presents it to the application (and vice versa) as a generic SOAPElement rather than a mapped type.
当消息部分超出了规则时,Web服务运行时就会把它作为一般的SOAPElement而不是映射的类型呈现给应用程序(反之亦然)。
应用推荐