com.sun.xml.ws.rm
Class MakeConnectionSupportedFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by com.sun.xml.ws.rm.MakeConnectionSupportedFeature

public class MakeConnectionSupportedFeature
extends javax.xml.ws.WebServiceFeature


Field Summary
static java.lang.String ID
           
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
MakeConnectionSupportedFeature()
          This constructor is here to satisfy JAX-WS specification requirements
MakeConnectionSupportedFeature(boolean enabled)
          This constructor is here to satisfy JAX-WS specification requirements
 
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

MakeConnectionSupportedFeature

public MakeConnectionSupportedFeature()
This constructor is here to satisfy JAX-WS specification requirements


MakeConnectionSupportedFeature

public MakeConnectionSupportedFeature(boolean enabled)
This constructor is here to satisfy JAX-WS specification requirements

Method Detail

getID

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