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

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

public final class WsdlComplexTypes
extends Object
implements Serializable

Represents a map of all named complex types in the WSDL.

See Also:
Serialized Form

Method Summary
 ComplexType getComplexType(String complexTypeName)
          Get the complex type specified by complexTypeName.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getComplexType

public ComplexType getComplexType(String complexTypeName)
Get the complex type specified by complexTypeName.

Parameters:
complexTypeName - Name of complex type.
Returns:
ComplexType instance, null if complex type was not defined in the wsdl file.