Package com.sun.xml.ws.rx.util
Class PortUtilities
java.lang.Object
com.sun.xml.ws.rx.util.PortUtilities
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanDetermine whether wsdl port contains any two-way operations.
-
Method Details
-
checkForRequestResponseOperations
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
-