@Target(value={TYPE,METHOD,字段}) @Retention(value=RUNTIME) @Documented @WebServiceFeatureAnnotation(id="javax.xml.ws.RespectBindingFeature", bean=RespectBindingFeature.class) public @interface RespectBinding
wsdl:binding
。
此注释只能在结合使用javax.jws.WebService
, WebServiceProvider
, WebServiceRef
个注释。 当与javax.jws.WebService
注释一起使用时,此注释必须仅在服务端点实现类上使用。 当与WebServiceRef
注释一起使用时,此批注必须仅在创建代理实例时使用。 注入的SEI代理和端点必须遵守RespectBinding
注释的值。
此注释的行为由相应的功能RespectBindingFeature
定义。
RespectBindingFeature
Modifier and Type | Optional Element and Description |
---|---|
boolean |
enabled
指定是否启用或禁用此功能。
|
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.