hu.soft4d.minerva.wsdl
Class WSDLUtil

java.lang.Object
  extended by hu.soft4d.minerva.wsdl.WSDLUtil

public class WSDLUtil
extends java.lang.Object

Some utility functions.

Author:
Zsolt Kiss-Gere, 4DSoft Ltd.

Constructor Summary
WSDLUtil()
           
 
Method Summary
static java.util.List<JParameter> getContainedParameters(org.apache.axis.wsdl.symbolTable.TypeEntry type)
           
static org.apache.axis.wsdl.symbolTable.TypeEntry getElementType(org.apache.axis.wsdl.symbolTable.Element element)
          Get the type entry which an element refers to.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLUtil

public WSDLUtil()
Method Detail

getElementType

public static org.apache.axis.wsdl.symbolTable.TypeEntry getElementType(org.apache.axis.wsdl.symbolTable.Element element)
Get the type entry which an element refers to. If the type also refers another type, then the chain is followed until no type reference is found.


getContainedParameters

public static java.util.List<JParameter> getContainedParameters(org.apache.axis.wsdl.symbolTable.TypeEntry type)
                                                         throws java.lang.Exception
Throws:
java.lang.Exception