-
@Target({TYPE,METHOD,字段}) @Retention(RUNTIME) @Documented @WebServiceFeatureAnnotation(id="javax.xml.ws.RespectBindingFeature", bean=RespectBindingFeature.class) public @interface RespectBinding
此功能说明了JAX-WS运行时中使用的wsdl:binding
。此注释只能在结合使用
javax.jws.WebService
,WebServiceProvider
,WebServiceRef
个注释。 当与javax.jws.WebService
注释一起使用时,此注释必须仅在服务端点实现类上使用。 当与WebServiceRef
注释一起使用时,此注释必须仅在创建代理实例时使用。 注入的SEI代理和端点必须符合RespectBinding
注释的值。此注释的行为由相应的功能
RespectBindingFeature
定义。- 从以下版本开始:
- 1.6,JAX-WS 2.1
- 另请参见:
-
RespectBindingFeature
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element 描述 boolean
enabled
指定是否启用或禁用此功能。
-