|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.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 |
|---|
static OperationUseVisitorContext analyzeOperationUsage(Definitions wsdl)
static List getOperationUsageInfos(Element e, Definitions wsdl)
static List getOperationUsageInfos(ComplexType ct, Definitions wsdl)
static List getOperationUsageInfos(SimpleType st, Definitions wsdl)
Groovy Documentation