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


Field Summary
static java.lang.String ID
           
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
RespectBindingFeature()
           
RespectBindingFeature(boolean enabled)
           
 
Method Summary
 java.lang.String getID()
           
 
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 java.lang.String ID
See Also:
Constant Field Values
Constructor Detail

RespectBindingFeature

public RespectBindingFeature()

RespectBindingFeature

public RespectBindingFeature(boolean enabled)
Method Detail

getID

public java.lang.String getID()
Specified by:
getID in class WebServiceFeature


Copyright © 2007 Apache Web Services Project. All Rights Reserved.