|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectcom.predic8.soamodel.XMLElement
com.predic8.policy.PolicyOperator
abstract class PolicyOperator extends XMLElement
| Field Summary |
|---|
| Fields inherited from class XMLElement | |
|---|---|
| namespaces |
| Property Summary | |
|---|---|
static String |
NAMESPACE
|
String |
name
|
List |
policyItems
|
def |
securityPolicies
|
WSDLElement |
wsdlElement
|
| Method Summary | |
|---|---|
def
|
getAllPolicyItems()
|
def
|
getAllSecurityPolicies()
|
JQName
|
getElementName()
|
String
|
getNamespaceUri()
|
String
|
getPrefix()
Should return the prefix for the namespace of the element, like wsdl, soap, http & etc. |
protected def
|
parseChildren(def token, def child, AbstractParserContext ctx)
|
| Methods inherited from class XMLElement | |
|---|---|
| getElementName, getNamespace, getNamespaceContext, getNamespaceUri, getPrefix, getPrefix, getQNameForPN, getTypeQName, getTypeString, parse, parseAttributes, parseChildren, parseNamespaces, parseText |
| Property Detail |
|---|
static final String NAMESPACE
String name
List policyItems
def securityPolicies
WSDLElement wsdlElement
| Method Detail |
|---|
def getAllPolicyItems()
def getAllSecurityPolicies()
JQName getElementName()
String getNamespaceUri()
String getPrefix()
protected def parseChildren(def token, def child, AbstractParserContext ctx)
Groovy Documentation