Java™ Platform
Standard Ed. 6

javax.xml.ws
Annotation Type RespectBinding


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@WebServiceFeatureAnnotation(id="javax.xml.ws.RespectBindingFeature",
                             bean=RespectBindingFeature.class)
public @interface RespectBinding

This feature clarifies the use of the wsdl:binding in a JAX-WS runtime.

This feature is only useful with web services that have an associated WSDL. Enabling this feature requires that a JAX-WS implementation inspect the wsdl:binding for an endpoint at runtime to make sure that all wsdl:extensions that have the required attribute set to true are understood and are being used.

The following describes the affects of this feature with respect to be enabled or disabled:

Since:
JAX-WS 2.1
See Also:
RespectBindingFeature

Optional Element Summary
 boolean enabled
          Specifies if this feature is enabled or disabled.
 

enabled

public abstract boolean enabled
Specifies if this feature is enabled or disabled.

Default:
true

Java™ Platform
Standard Ed. 6

Submit a bug or feature
For further API reference and developer documentation, see Java SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.