Package com.sun.xml.ws.rx.util
Class PortUtilities
- java.lang.Object
-
- com.sun.xml.ws.rx.util.PortUtilities
-
public final class PortUtilities extends Object
- Author:
- Marek Potociar
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancheckForRequestResponseOperations(WSDLPort port)Determine whether wsdl port contains any two-way operations.
-
-
-
Method Detail
-
checkForRequestResponseOperations
public static boolean checkForRequestResponseOperations(WSDLPort port)
Determine whether wsdl port contains any two-way operations.- Parameters:
port- WSDL port to check- Returns:
trueif there are request/response present on the port; returnsfalseotherwise
-
-