JAX-WS
v2.1

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

JAX-WS
v2.1


Comments to: jsr224-spec-comments@sun.com
More information at: http://java.sun.com/xml/jax-ws

Copyright © 2007 by Sun Microsystems, Inc., 4150 Network Circle,
Santa Clara, California 95054, U.S.A. All Rights Reserved.