@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.