src/share/jaxws_classes/com/sun/xml/internal/ws/model/JavaMethodImpl.java

changeset 368
0989ad8c0860
parent 286
f50545b5e2f1
child 408
b0610cd08440
     1.1 --- a/src/share/jaxws_classes/com/sun/xml/internal/ws/model/JavaMethodImpl.java	Thu Apr 04 19:05:24 2013 -0700
     1.2 +++ b/src/share/jaxws_classes/com/sun/xml/internal/ws/model/JavaMethodImpl.java	Tue Apr 09 14:51:13 2013 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -106,7 +106,8 @@
    1.11                  inputAction = soapAction;
    1.12              else if(!inputAction.equals(soapAction)){
    1.13                  //both are explicitly set via annotations, make sure @Action == @WebMethod.action
    1.14 -                throw new WebServiceException("@Action and @WebMethod(action=\"\" does not match on operation "+ method.getName());
    1.15 +                //http://java.net/jira/browse/JAX_WS-1108
    1.16 +              //throw new WebServiceException("@Action and @WebMethod(action=\"\" does not match on operation "+ method.getName());
    1.17              }
    1.18          }
    1.19      }
    1.20 @@ -122,7 +123,7 @@
    1.21      }
    1.22  
    1.23      /**
    1.24 -     * @see {@link JavaMethod}
    1.25 +     * @see JavaMethod
    1.26       *
    1.27       * @return Returns the method.
    1.28       */
    1.29 @@ -131,7 +132,7 @@
    1.30      }
    1.31  
    1.32      /**
    1.33 -     * @see {@link JavaMethod}
    1.34 +     * @see JavaMethod
    1.35       *
    1.36       * @return Returns the SEI method where annotations are present
    1.37       */
    1.38 @@ -171,7 +172,7 @@
    1.39      }
    1.40  
    1.41      /**
    1.42 -     * Returns the {@link WSDLBoundOperation} Operation associated with {@link this}
    1.43 +     * Returns the {@link WSDLBoundOperation} Operation associated with {@link JavaMethodImpl}
    1.44       * operation.
    1.45       * @deprecated
    1.46       * @return the WSDLBoundOperation for this JavaMethod

mercurial