Class PortUtilities

java.lang.Object
com.sun.xml.ws.rx.util.PortUtilities

public final class PortUtilities extends Object
  • Method Details

    • checkForRequestResponseOperations

      public static boolean checkForRequestResponseOperations(WSDLPort port)
      Determine whether wsdl port contains any two-way operations.
      Parameters:
      port - WSDL port to check
      Returns:
      true if there are request/response present on the port; returns false otherwise