jaxws/src/share/jaxws_classes/javax/xml/ws/http/HTTPBinding.java
changeset 25840 c2002453eec3
parent 22678 ac1ea46be942
equal deleted inserted replaced
25686:615e5efca19c 25840:c2002453eec3
    29 import javax.xml.ws.Binding;
    29 import javax.xml.ws.Binding;
    30 
    30 
    31 /** The <code>HTTPBinding</code> interface is an
    31 /** The <code>HTTPBinding</code> interface is an
    32  *  abstraction for the XML/HTTP binding.
    32  *  abstraction for the XML/HTTP binding.
    33  *
    33  *
    34  *  @since JAX-WS 2.0
    34  *  @since 1.6, JAX-WS 2.0
    35 **/
    35 **/
    36 public interface HTTPBinding extends Binding {
    36 public interface HTTPBinding extends Binding {
    37 
    37 
    38   /**
    38   /**
    39    * A constant representing the identity of the XML/HTTP binding.
    39    * A constant representing the identity of the XML/HTTP binding.