< prev index next >

src/java.xml.ws/share/classes/com/sun/xml/internal/ws/developer/JAXWSProperties.java

Print this page

        

*** 146,156 **** * @since 2.1.2 */ public static final String WSENDPOINT = "com.sun.xml.internal.ws.api.server.WSEndpoint"; /** ! * Gets the <tt>wsa:To</tt> header. * * The propery value is available on incoming SOAP message. The type of the value * is {@link WSEndpointReference}. * * Null if the incoming SOAP message didn't have the header. --- 146,156 ---- * @since 2.1.2 */ public static final String WSENDPOINT = "com.sun.xml.internal.ws.api.server.WSEndpoint"; /** ! * Gets the {@code wsa:To} header. * * The propery value is available on incoming SOAP message. The type of the value * is {@link WSEndpointReference}. * * Null if the incoming SOAP message didn't have the header.
*** 158,168 **** * @since 2.1.3 */ public static final String ADDRESSING_TO = "com.sun.xml.internal.ws.api.addressing.to"; /** ! * Gets the <tt>wsa:From</tt> header. * * The propery value is available on incoming SOAP message. The type of the value * is {@link WSEndpointReference}. * * Null if the incoming SOAP message didn't have the header. --- 158,168 ---- * @since 2.1.3 */ public static final String ADDRESSING_TO = "com.sun.xml.internal.ws.api.addressing.to"; /** ! * Gets the {@code wsa:From} header. * * The propery value is available on incoming SOAP message. The type of the value * is {@link WSEndpointReference}. * * Null if the incoming SOAP message didn't have the header.
*** 170,180 **** * @since 2.1.3 */ public static final String ADDRESSING_FROM = "com.sun.xml.internal.ws.api.addressing.from"; /** ! * Gets the <tt>wsa:Action</tt> header value. * * The propery value is available on incoming SOAP message. The type of the value * is {@link String}. * * Null if the incoming SOAP message didn't have the header. --- 170,180 ---- * @since 2.1.3 */ public static final String ADDRESSING_FROM = "com.sun.xml.internal.ws.api.addressing.from"; /** ! * Gets the {@code wsa:Action} header value. * * The propery value is available on incoming SOAP message. The type of the value * is {@link String}. * * Null if the incoming SOAP message didn't have the header.
*** 182,192 **** * @since 2.1.3 */ public static final String ADDRESSING_ACTION = "com.sun.xml.internal.ws.api.addressing.action"; /** ! * Gets the <tt>wsa:MessageID</tt> header value. * * The propery value is available on incoming SOAP message. The type of the value * is {@link String}. * * Null if the incoming SOAP message didn't have the header. --- 182,192 ---- * @since 2.1.3 */ public static final String ADDRESSING_ACTION = "com.sun.xml.internal.ws.api.addressing.action"; /** ! * Gets the {@code wsa:MessageID} header value. * * The propery value is available on incoming SOAP message. The type of the value * is {@link String}. * * Null if the incoming SOAP message didn't have the header.
< prev index next >