Groovy Documentation

com.predic8.wsdl
[Groovy] Class Registry

java.lang.Object
  com.predic8.wsdl.Registry

class Registry

Property Summary
def wsdls

 
Method Summary
void add(Definitions definitions)

List getAllWsdls()

List getWsdls(String ns)

String toString()

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

Property Detail

wsdls

def wsdls


 
Method Detail

add

void add(Definitions definitions)


getAllWsdls

List getAllWsdls()


getWsdls

List getWsdls(String ns)


toString

String toString()


 

Groovy Documentation