Groovy Documentation

com.predic8.wsdl
[Groovy] Class WSDLElement

java.lang.Object
  com.predic8.soamodel.XMLElement
      com.predic8.wsdl.WSDLElement

abstract class WSDLElement
extends XMLElement

Field Summary
 
Fields inherited from class XMLElement
namespaces
 
Property Summary
Definitions definitions

Documentation documentation

String name

 
Method Summary
def create(def creator, def context)

JQName getElementName()

QName getTypeQName(String type, def token)

protected def parseChildren(def token, def child, def params)

 
Methods inherited from class XMLElement
getElementName, getNamespace, getNamespaceContext, getPrefix, getPrefix, getTypeQName, getTypeString, parse, parseAttributes, parseChildren, parseNamespaces, parseText
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Property Detail

definitions

Definitions definitions


documentation

Documentation documentation


name

String name


 
Method Detail

create

def create(def creator, def context)


getElementName

JQName getElementName()


getTypeQName

QName getTypeQName(String type, def token)


parseChildren

protected def parseChildren(def token, def child, def params)


 

Groovy Documentation