src/share/jaxws_classes/com/sun/xml/internal/ws/api/model/wsdl/WSDLPortType.java

changeset 408
b0610cd08440
parent 368
0989ad8c0860
child 637
9c07ef4934dd
equal deleted inserted replaced
405:cc682329886b 408:b0610cd08440
1 /* 1 /*
2 * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. Oracle designates this 7 * published by the Free Software Foundation. Oracle designates this
48 * @param operationName non-null operationName 48 * @param operationName non-null operationName
49 * @return null if a {@link WSDLOperation} is not found 49 * @return null if a {@link WSDLOperation} is not found
50 */ 50 */
51 public WSDLOperation get(String operationName); 51 public WSDLOperation get(String operationName);
52 52
53
54 /** 53 /**
55 * Gets {@link Iterable}<{@link WSDLOperation}> 54 * Gets {@link Iterable}<{@link WSDLOperation}>
56 */ 55 */
57 public Iterable<? extends WSDLOperation> getOperations(); 56 public Iterable<? extends WSDLOperation> getOperations();
58 } 57 }

mercurial