Sun ONE Application Server 开发者指南(27)

类别:Java 点击:0 评论:0 推荐:
 

基于服务端接口的端定义。

属性:

"name" ——服务端接口的名称(Java接口);

"servantName" (可选)—— 服务端实现类的名称;

"soapAction" (可选)—— 用于接口中所有操作的SOAPAction字符串;

"soapActionBase" (可选) —— 基于SOAPAction字符串的URI;给定操作的SOAPAction可以通过向这里提供的值中添加操作名称来获取;这个属性是“soapAction”专有的。

元素:

"handlerChains" ——指定该端点的处理程序链。

</xsd:documentation>

   </xsd:annotation>

   <xsd:sequence>

   </xsd:annotation>

   <xsd:sequence>

<xsd:element name=3D"handlerChains" type=3D"tns:handlerChainsType" minOccurs=3D"0"/>

   </xsd:sequence>

   <xsd:attribute name=3D"name" type=3D"xsd:string" use=3D"required"/>

   <xsd:attribute name=3D"servantName" type=3D"xsd:string"/>

   <xsd:attribute name=3D"soapAction" type=3D"xsd:string"/>

   <xsd:attribute name=3D"soapActionBase" type=3D"xsd:string"/>

   </xsd:complexType>

   <xsd:complexType name=3D"wsdlType">

   <xsd:annotation>

<xsd:documentation>

服务描述基于现有的WSDL 文档。

属性:

"location" ——WSDL 文档的URL;

"packageName" —— 缺省使用的Java包的名称。

元素:

"typeMappingRegistry"? ——用于该服务的类型映射注册表;

"handlerChains"? —— 用于该服务端点的缺省处理程序链;

"namespaceMappingRegistry"? —— 到Java包的映射信息的XML命名空间。

</xsd:documentation>

   </xsd:annotation>

   <xsd:sequence>

<xsd:element name=3D"typeMappingRegistry" type=3D"tns:typeMappingRegistryType" minOccurs=3D"0"/>

<xsd:element name=3D"handlerChains" type=3D"tns:handlerChainsType" minOccurs=3D"0"/>

<xsd:element name=3D"namespaceMappingRegistry" type=3D"tns:namespaceMappingRegistryType" minOccurs=3D"0"/>

   </xsd:sequence>

   <xsd:attribute name=3D"location" type=3D"xsd:anyURI" use=3D"required"/>

   <xsd:attribute name=3D"packageName" type=3D"xsd:string" use=3D"required"/>

   </xsd:complexType>

   <xsd:complexType name=3D"modelfileType">

   <xsd:annotation>

<xsd:documentation>

基于现有模型文件的服务描述。

属性:

"location" —— 模型文件的URL (通常以.xml.gz结尾);

</xsd:documentation>

   </xsd:annotation>

   <xsd:sequence>

   </xsd:sequence>

<xsd:attribute name=3D"location" type=3D"xsd:anyURI" use=3D"required"/>

   </xsd:complexType>

   <xsd:complexType name=3D"handlerChainsType">

   <xsd:annotation>

<xsd:documentation>

处理程序链。

属性:

"runAt" ——指定该链是运行在客户端还是服务器上。

"roles" ——该链的SOAP角色。

元素:

"handler"* ——形成该链的处理程序序列。

</xsd:documentation>

   </xsd:annotation>

   <xsd:sequence>

<xsd:element name=3D"chain" type=3D"tns:chainType" minOccurs=3D"0" maxOccurs=3D"unbounded"/>

   </xsd:sequence>

   </xsd:complexType>

    <xsd:complexType name=3D"chainType">

   <xsd:annotation>

<xsd:documentation>

SOAP角色的列表,也即 URI 的列表。

   </xsd:documentation>

</xsd:annotation>

<xsd:list itemType=3D"xsd:anyURI"/>

   </xsd:simpleType>

   <xsd:complexType name=3D"handlerType">

   <xsd:annotation>

   <xsd:documentation>

处理程序描述。

属性:

"className" —— 处理程序类的名称;

"headers" —— 该处理程序所使用的头部的名称。

元素:

"property"* ——该处理程序的初始化特性(property)。

   </xsd:documentation>

   </xsd:annotation>

   <xsd:sequence>

<xsd:element name=3D"property" type=3D"tns:propertyType" minOccurs=3D"0" maxOccurs=3D"unbounded"/>

   </xsd:sequence>

<xsd:attribute name=3D"className" type=3D"xsd:string" use=3D"required"/>

<xsd:attribute name=3D"headers" type=3D"tns:headerListType"/>

   </xsd:complexType>

<xsd:simpleType name=3D"headerListType">

<xsd:annotation>

<xsd:documentation>

头部名称的列表,即 QNames的列表.

</xsd:documentation>

</xsd:annotation>

   <xsd:list itemType=3D"xsd:QName"/>

   </xsd:simpleType>

   <xsd:complexType name=3D"propertyType">

<xsd:annotation>

<xsd:documentation>

处理程序的初始化特性(property)。

属性:

"name" ——特性的名称;

"value" ——特性的值。

</xsd:documentation>

</xsd:annotation>

<xsd:sequence>

</xsd:sequence>

<xsd:attribute name=3D"name" type=3D"xsd:string" use=3D"required"/>

<xsd:attribute name=3D"value" type=3D"xsd:string" use=3D"required"/>

</xsd:complexType>

   <xsd:simpleType name =3D"runAtType">

<xsd:annotation>

<xsd:documentation>

处理程序链可以运行的地方,可以是“客户端“或者“服务器”。

</xsd:documentation>

</xsd:annotation>

   <xsd:restriction base=3D"xsd:string">

<xsd:enumeration value=3D"client"/>

<xsd:enumeration value=3D"server"/>

   </xsd:restriction>

</xsd:simpleType>

   <xsd:complexType name=3D"typeMappingRegistryType">

<xsd:annotation>

<xsd:documentation>

类型映射注册表。

 元素:

"import"? —— XML Schema文档的列表,描述了用户定义的类型。

"typeMapping"* ——类型映射序列,每编码一个。

"additionalTypes"? ——即使不出现在服务接口上,也应该进行处理的附加Java类型的列表。

</xsd:documentation>

</xsd:annotation>

<xsd:sequence>

<xsd:element name=3D"import" type=3D"tns:importType" minOccurs=3D"0"/>

<xsd:element name=3D"typeMapping" type=3D"tns:typeMappingType" minOccurs=3D"0" maxOccurs=3D"unbounded"/>

<xsd:element name=3D"additionalTypes" type=3D"tns:additionalTypesType" minOccurs=3D"0"/>

</xsd:sequence>

</xsd:complexType>

<xsd:complexType name=3D"importType">

<xsd:annotation>

<xsd:documentation>

需要导入的模式文档的列表,通常描述被可插入式串行化器使用的模式类型。

元素:

"schema"*——需要导入的模式文档的列表。

</xsd:documentation>

</xsd:annotation>

<xsd:sequence>

<xsd:element name=3D"schema" type=3D"tns:schemaType" minOccurs=3D"0" maxOccurs=3D"unbounded"/>

</xsd:sequence>

</xsd:complexType>

<xsd:complexType name=3D"schemaType">

<xsd:annotation>

<xsd:documentation>

一个将被导入的模式文档。

属性:

"namespace" —— 文档描述的命名空间;

"location" —— 指向模式文档的 URL。

</xsd:documentation>

</xsd:annotation>

<xsd:sequence>

</xsd:sequence>

<xsd:attribute name=3D"namespace" type=3D"xsd:anyURI" use=3D"required"/>

<xsd:attribute name=3D"location" type=3D"xsd:anyURI" use=3D"required"/>

</xsd:complexType>

<xsd:complexType name=3D"typeMappingType">

<xsd:annotation>

<xsd:documentation>

特殊编码的类型映射。

本文地址:http://com.8s8s.com/it/it16937.htm