JavaTM 2 Platform
Standard Ed. 6

javax.xml.ws
注释类型 BindingType


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface BindingType

BindingType 注释用于指定 Web 服务端点实现类所使用的绑定。

根据所使用的平台,可以以编程方式或通过部署描述符重写此注释。

从以下版本开始:
JAX-WS 2.0

可选元素摘要
 String value
          绑定标识符 (URI)。
 

value

public abstract String value
绑定标识符 (URI)。如果未指定,则默认值为 SOAP 1.1 / HTTP 绑定。

有关标准绑定标识符的定义,请参阅 SOAPBindingHTTPBinding

另请参见:
Binding, SOAPBinding.SOAP11HTTP_BINDING, SOAPBinding.SOAP12HTTP_BINDING, HTTPBinding.HTTP_BINDING
默认值:
""

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only