JDK 9 RFR of JDK-8130719: Fix reference problems in jax-ws javadoc
huizhe wang
huizhe.wang at oracle.com
Wed Jul 8 00:53:20 UTC 2015
Looks good to me.
Joe
On 7/7/2015 5:35 PM, joe darcy wrote:
> Hello,
>
> Please review the patch below which fixes some javadoc reference
> issues in jax-ws:
>
> JDK-8130719: Fix reference problems in jax-ws javadoc
>
> Thanks,
>
> -Joe
>
> diff -r 1d87054e2d2f
> src/java.xml.ws/share/classes/javax/xml/ws/handler/soap/SOAPMessageContext.java
> ---
> a/src/java.xml.ws/share/classes/javax/xml/ws/handler/soap/SOAPMessageContext.java
> Thu Jul 02 16:09:51 2015 -0700
> +++
> b/src/java.xml.ws/share/classes/javax/xml/ws/handler/soap/SOAPMessageContext.java
> Tue Jul 07 17:28:29 2015 -0700
> @@ -55,7 +55,7 @@
> /** Sets the SOAPMessage in this message context
> *
> * @param message SOAP message
> - * @throws WebServiceException If any error during the setting
> + * @throws javax.xml.ws.WebServiceException If any error during
> the setting
> * of the <code>SOAPMessage</code> in this message context
> * @throws java.lang.UnsupportedOperationException If this
> * operation is not supported
> @@ -76,7 +76,7 @@
> * @return An array of unmarshalled headers; returns an empty
> array if no
> * message is present in this message context or no
> headers match
> * the supplied qualified name.
> - * @throws WebServiceException If an error occurs when using the
> supplied
> + * @throws javax.xml.ws.WebServiceException If an error occurs
> when using the supplied
> * <code>JAXBContext</code> to unmarshall. The cause of
> * the <code>WebServiceException</code> is the original
> <code>JAXBException</code>.
> **/
> diff -r 1d87054e2d2f
> src/java.xml.ws/share/classes/javax/xml/ws/soap/SOAPBinding.java
> --- a/src/java.xml.ws/share/classes/javax/xml/ws/soap/SOAPBinding.java
> Thu Jul 02 16:09:51 2015 -0700
> +++ b/src/java.xml.ws/share/classes/javax/xml/ws/soap/SOAPBinding.java
> Tue Jul 07 17:28:29 2015 -0700
> @@ -70,7 +70,7 @@
> /** Sets the roles played by the SOAP binding instance.
> *
> * @param roles The set of roles played by the binding instance.
> - * @throws WebServiceException On an error in the configuration of
> + * @throws javax.xml.ws.WebServiceException On an error in the
> configuration of
> * the list of roles.
> **/
> public void setRoles(Set<String> roles);
> @@ -88,7 +88,7 @@
> *
> * @param flag A {@code boolean} specifying whether the use of
> MTOM should
> * be enabled or disabled.
> - * @throws WebServiceException If the specified setting is not
> supported
> + * @throws javax.xml.ws.WebServiceException If the specified
> setting is not supported
> * by this binding instance.
> *
> **/
>
More information about the core-libs-dev
mailing list