Groovy Documentation

com.predic8.policy
[Groovy] Class PolicyReference

java.lang.Object
  com.predic8.soamodel.XMLElement
      com.predic8.policy.PolicyReference

class PolicyReference
extends XMLElement

Field Summary
 
Fields inherited from class XMLElement
namespaces
 
Property Summary
String Digest

QName ELEMENTNAME

static QName VERSION12

static QName VERSION15

String uri

 
Method Summary
void create(AbstractCreator creator, CreatorContext ctx)

QName getElementName()

String getNamespaceUri()

String getPrefix()

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

protected def parseAttributes(def token, AbstractParserContext ctx)

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

Property Detail

Digest

String Digest


ELEMENTNAME

QName ELEMENTNAME


VERSION12

static final QName VERSION12


VERSION15

static final QName VERSION15


uri

String uri


 
Method Detail

create

void create(AbstractCreator creator, CreatorContext ctx)


getElementName

QName 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.


parseAttributes

protected def parseAttributes(def token, AbstractParserContext ctx)


 

Groovy Documentation