com.predic8.policy
[Groovy] Class Policy
java.lang.Object
com.predic8.soamodel.XMLElement
com.predic8.policy.PolicyOperator
com.predic8.policy.Policy
class Policy
extends PolicyOperator
Methods inherited from class XMLElement
|
getElementName, getNamespace, getNamespaceContext, getNamespaceUri, getPrefix, getPrefix, getQNameForPN, getTypeQName, getTypeString, parse, parseAttributes, parseChildren, parseNamespaces, parseText |
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.
VERSION12
static final QName VERSION12
-
VERSION15
static final QName VERSION15
-
id
String id
-
create
void create(AbstractCreator creator, CreatorContext ctx)
-
parseAttributes
protected def parseAttributes(def token, AbstractParserContext ctx)
-
parseChildren
protected def parseChildren(def token, def child, AbstractParserContext ctx)
-
Groovy Documentation