@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface BindingType
BindingType
注释用于指定用于Web服务端点实现类的绑定。
取决于正在使用的平台,此注释可能以编程方式或通过部署描述符进行覆盖。
public abstract String value
见SOAPBinding
和HTTPBinding
为标准绑定标识符的定义。
Binding
, SOAPBinding.SOAP11HTTP_BINDING
, SOAPBinding.SOAP12HTTP_BINDING
, HTTPBinding.HTTP_BINDING
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.