Groovy Documentation

com.predic8.policy
[Groovy] Class Body

java.lang.Object
  com.predic8.soamodel.XMLElement
      com.predic8.policy.PolicyOperator
          com.predic8.policy.Body

class Body
extends PolicyOperator

Field Summary
 
Fields inherited from class XMLElement
namespaces
 
Property Summary
QName ELEMENTNAME

ELEMENTNAME will be set at runtime.

static QName VERSION1

static QName VERSION2

 
Method Summary
Object create(Object creator, Object context)

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

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

Property Detail

ELEMENTNAME

QName ELEMENTNAME
ELEMENTNAME will be set at runtime. Depending on the used version, it should be the one from the XML document cause it will be used to find the end tag of the XML element.


VERSION1

static final QName VERSION1


VERSION2

static final QName VERSION2


 
Method Detail

create

@Override
Object create(Object creator, Object context)


parseChildren

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


 

Groovy Documentation