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
void create(AbstractCreator creator, CreatorContext ctx)

JQName getElementName()

String getNamespaceUri()

String getPrefix()

Should return the prefix for the namespace of the element, like wsdl, soap, http & etc.

QName getQName()

protected def parseChildren(def token, def child, WSDLParserContext ctx)

 
Methods inherited from class XMLElement
getElementName, getNamespace, getNamespaceContext, getNamespaceUri, getPrefix, getPrefix, getQNameForPN, getTypeQName, getTypeString, parse, parseAttributes, parseChildren, parseNamespaces, parseText
 

Property Detail

definitions

Definitions definitions


documentation

Documentation documentation


name

String name


 
Method Detail

create

void create(AbstractCreator creator, CreatorContext ctx)


getElementName

JQName getElementName()


getNamespaceUri

String getNamespaceUri()


getPrefix

String getPrefix()
Should return the prefix for the namespace of the element, like wsdl, soap, http & etc. Used in WSDLCreator.


getQName

QName getQName()


parseChildren

protected def parseChildren(def token, def child, WSDLParserContext ctx)


 

Groovy Documentation