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

RespectBindingFeature

public RespectBindingFeature()

RespectBindingFeature

public RespectBindingFeature(boolean enabled)
Method Detail

getID

public String getID()
Specified by:
getID in class WebServiceFeature


Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.