Groovy Documentation

com.predic8.wsdl
[Groovy] Class WSDLValidator

java.lang.Object
  com.predic8.wsdl.WSDLValidator

class WSDLValidator

Method Summary
List validate(Definitions wsdl, WSDLParserContext ctx)

void validateBindings(def bnds, def ctx)

void validateMessageParts(Message msg, def ctx)

void validatePortTypeMessages(def ptms, def ctx)

void validateServicePorts(def ports, def ctx)

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

Method Detail

validate

List validate(Definitions wsdl, WSDLParserContext ctx)


validateBindings

void validateBindings(def bnds, def ctx)


validateMessageParts

void validateMessageParts(Message msg, def ctx)


validatePortTypeMessages

void validatePortTypeMessages(def ptms, def ctx)


validateServicePorts

void validateServicePorts(def ports, def ctx)


 

Groovy Documentation