javax.xml.ws

Class RespectBindingFeature

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String ID
      Constant value identifying the RespectBindingFeature
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getID()
      Get the unique identifier for this WebServiceFeature.
      • 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
        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 java.lang.String getID()
        Get the unique identifier for this WebServiceFeature.
        Specified by:
        getID in class WebServiceFeature
        Returns:
        the unique identifier for this feature.