Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

javax.xml.ws
Class RespectBindingFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by javax.xml.ws.RespectBindingFeature

public final class RespectBindingFeature
extends WebServiceFeature

This feature clarifies the use of the wsdl:binding in a JAX-WS runtime. This feature can be used during the creation of SEI proxy, and Dispatch instances on the client side and Endpoint instances on the server side. This feature cannot be used for Service instance creation on the client side.

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:
AddressingFeature

Field Summary
Modifier and Type Field and Description
static String ID
          Constant value identifying the RespectBindingFeature
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
Constructor and Description
RespectBindingFeature()
          Creates an RespectBindingFeature.
RespectBindingFeature(boolean enabled)
          Creates an RespectBindingFeature
 
Method Summary
Modifier and Type Method and Description
 String getID()
          Get the unique identifier for this WebServiceFeature.
 
Methods inherited from class javax.xml.ws.WebServiceFeature
isEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
Constant value identifying the RespectBindingFeature

See Also:
Constant Field Values
Constructor Detail

RespectBindingFeature

public RespectBindingFeature()
Creates an RespectBindingFeature. The instance created will be enabled.


RespectBindingFeature

public RespectBindingFeature(boolean enabled)
Creates an RespectBindingFeature

Parameters:
enabled - specifies whether this feature should be enabled or not.
Method Detail

getID

public String getID()
Get the unique identifier for this WebServiceFeature.

Specified by:
getID in class WebServiceFeature
Returns:
the unique identifier for this feature.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

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, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.