org.pentaho.di.trans.steps.webservices.wsdl
Class WsdlTypes

java.lang.Object
  extended by org.pentaho.di.trans.steps.webservices.wsdl.WsdlTypes
All Implemented Interfaces:
Serializable

public final class WsdlTypes
extends Object
implements Serializable

WsdlTypes provides utilities for getting information about the <types> section of the WSDL.

See Also:
Serialized Form

Method Summary
 boolean isElementFormQualified(String namespaceURI)
          Determine if the namespace URI is element form qualifed.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isElementFormQualified

public boolean isElementFormQualified(String namespaceURI)
Determine if the namespace URI is element form qualifed.

Parameters:
namespaceURI - Namespace URI string.
Returns:
true If element form is qualified.