jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/developer/JAXWSProperties.java
changeset 32795 5a5710ee05a0
parent 25871 b80b84e87032
equal deleted inserted replaced
32712:f61a63b7d1e5 32795:5a5710ee05a0
   146      * @since 2.1.2
   146      * @since 2.1.2
   147      */
   147      */
   148     public static final String WSENDPOINT = "com.sun.xml.internal.ws.api.server.WSEndpoint";
   148     public static final String WSENDPOINT = "com.sun.xml.internal.ws.api.server.WSEndpoint";
   149 
   149 
   150     /**
   150     /**
   151      * Gets the <tt>wsa:To</tt> header.
   151      * Gets the {@code wsa:To} header.
   152      *
   152      *
   153      * The propery value is available on incoming SOAP message. The type of the value
   153      * The propery value is available on incoming SOAP message. The type of the value
   154      * is {@link WSEndpointReference}.
   154      * is {@link WSEndpointReference}.
   155      *
   155      *
   156      * Null if the incoming SOAP message didn't have the header.
   156      * Null if the incoming SOAP message didn't have the header.
   158      * @since 2.1.3
   158      * @since 2.1.3
   159      */
   159      */
   160     public static final String ADDRESSING_TO = "com.sun.xml.internal.ws.api.addressing.to";
   160     public static final String ADDRESSING_TO = "com.sun.xml.internal.ws.api.addressing.to";
   161 
   161 
   162     /**
   162     /**
   163      * Gets the <tt>wsa:From</tt> header.
   163      * Gets the {@code wsa:From} header.
   164      *
   164      *
   165      * The propery value is available on incoming SOAP message. The type of the value
   165      * The propery value is available on incoming SOAP message. The type of the value
   166      * is {@link WSEndpointReference}.
   166      * is {@link WSEndpointReference}.
   167      *
   167      *
   168      * Null if the incoming SOAP message didn't have the header.
   168      * Null if the incoming SOAP message didn't have the header.
   170      * @since 2.1.3
   170      * @since 2.1.3
   171      */
   171      */
   172     public static final String ADDRESSING_FROM = "com.sun.xml.internal.ws.api.addressing.from";
   172     public static final String ADDRESSING_FROM = "com.sun.xml.internal.ws.api.addressing.from";
   173 
   173 
   174     /**
   174     /**
   175      * Gets the <tt>wsa:Action</tt> header value.
   175      * Gets the {@code wsa:Action} header value.
   176      *
   176      *
   177      * The propery value is available on incoming SOAP message. The type of the value
   177      * The propery value is available on incoming SOAP message. The type of the value
   178      * is {@link String}.
   178      * is {@link String}.
   179      *
   179      *
   180      * Null if the incoming SOAP message didn't have the header.
   180      * Null if the incoming SOAP message didn't have the header.
   182      * @since 2.1.3
   182      * @since 2.1.3
   183      */
   183      */
   184     public static final String ADDRESSING_ACTION = "com.sun.xml.internal.ws.api.addressing.action";
   184     public static final String ADDRESSING_ACTION = "com.sun.xml.internal.ws.api.addressing.action";
   185 
   185 
   186     /**
   186     /**
   187      * Gets the <tt>wsa:MessageID</tt> header value.
   187      * Gets the {@code wsa:MessageID} header value.
   188      *
   188      *
   189      * The propery value is available on incoming SOAP message. The type of the value
   189      * The propery value is available on incoming SOAP message. The type of the value
   190      * is {@link String}.
   190      * is {@link String}.
   191      *
   191      *
   192      * Null if the incoming SOAP message didn't have the header.
   192      * Null if the incoming SOAP message didn't have the header.