diff -r cc682329886b -r b0610cd08440 src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/wsdl/WSDLOperation.java --- a/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/wsdl/WSDLOperation.java Thu Sep 26 10:43:28 2013 -0700 +++ b/src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/wsdl/WSDLOperation.java Fri Oct 04 16:21:34 2013 +0100 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -56,8 +56,6 @@ */ @Nullable WSDLOutput getOutput(); - - /** * Returns true if this operation is an one-way operation. */ @@ -112,4 +110,10 @@ * Gives the enclosing wsdl:portType@name attribute value. */ @NotNull QName getPortTypeName(); + + /** + * Returns parameter order + * @return Parameter order + */ + public String getParameterOrder(); }