com.sun.xml.ws.rx.util
Class PortUtilities

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

public final class PortUtilities
extends Object

Author:
Marek Potociar

Method Summary
static boolean checkForRequestResponseOperations(com.sun.xml.ws.api.model.wsdl.WSDLPort port)
          Determine whether wsdl port contains any two-way operations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

checkForRequestResponseOperations

public static boolean checkForRequestResponseOperations(com.sun.xml.ws.api.model.wsdl.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


Copyright © 2005-2012 Oracle Corporation. All Rights Reserved.