Groovy Documentation

com.predic8.wsdl.usage
[Groovy] Class OperationUsageAnalyzer

java.lang.Object
  com.predic8.wsdl.usage.OperationUsageAnalyzer

class OperationUsageAnalyzer

Method Summary
static OperationUseVisitorContext analyzeOperationUsage(Definitions wsdl)

Analyzes usage information for all operations in the WSDL, respective to the portTypes and stores it in the context.

static List getOperationUsageInfos(Element e, Definitions wsdl)

static List getOperationUsageInfos(ComplexType ct, Definitions wsdl)

static List getOperationUsageInfos(SimpleType st, Definitions wsdl)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Method Detail

analyzeOperationUsage

static OperationUseVisitorContext analyzeOperationUsage(Definitions wsdl)
Analyzes usage information for all operations in the WSDL, respective to the portTypes and stores it in the context.
Parameters:
wsdl
Returns:
OperationUseVisitorContext


getOperationUsageInfos

static List getOperationUsageInfos(Element e, Definitions wsdl)


getOperationUsageInfos

static List getOperationUsageInfos(ComplexType ct, Definitions wsdl)


getOperationUsageInfos

static List getOperationUsageInfos(SimpleType st, Definitions wsdl)


 

Groovy Documentation