Skip navigation links
oracle.wsm.policy.model.impl
Class MultiElementSimpleAssertion
java.lang.Object
oracle.wsm.policy.model.impl.SimpleAssertion
oracle.wsm.policy.model.impl.MultiElementSimpleAssertion
- All Implemented Interfaces:
- Serializable, IAssertionAdvertiser, IAssertion, IMultiElementSimpleAssertion, ISimpleAssertion, ISimpleOracleAssertion
-
public class MultiElementSimpleAssertion
- extends SimpleAssertion
- implements IMultiElementSimpleAssertion
- See Also:
- Serialized Form
Methods inherited from class oracle.wsm.policy.model.impl.SimpleAssertion |
addAttribute, cloneAttrs, getAssertionType, getAttachTo, getAttribute, getAttributes, getBindings, getCategory, getDescription, getDescription, getDigest, getDigest, getDigestForAttrs, getGuard, getName, getParent, getQName, getStringForMatching, getStrValue, getUniquePathToAssertion, getWSPolicy15QName, getWSPolicy2006QName, hasBindings, hasGuard, hasParent, intersect, intersect, isEnforced, isIdentical, isIncludedInDigestCalculation, isNormalized, isOptional, isSilent, merge, merge, normalize, normalize, removeAttribute, removeAttrsForOracleWSPolicyAdvertisement, removeAttrsForWSPolicyAdvertisement, removeBindings, removeGuard, setAttachTo, setAttribute, setAttributes, setBindings, setCategory, setDefaultValues, setDescription, setEnforced, setGuard, setName, setNormalized, setOptional, setParent, setSilent, setStrValue, validate |
Methods inherited from interface oracle.wsm.policy.model.IAssertion |
addAttribute, getAssertionType, getAttribute, getAttributes, getDigest, getDigest, getParent, getQName, getStringForMatching, hasParent, intersect, intersect, isIdentical, isNormalized, isOptional, merge, merge, normalize, normalize, removeAttribute, setAttributes, setNormalized, setOptional, setParent, validate |
Methods inherited from interface oracle.wsm.policy.model.ISimpleOracleAssertion |
getAttachTo, getBindings, getCategory, getDescription, getDescription, getGuard, getName, hasBindings, hasGuard, isEnforced, isSilent, removeBindings, removeGuard, setAttachTo, setBindings, setCategory, setDescription, setEnforced, setGuard, setName, setSilent |
MultiElementSimpleAssertion
public MultiElementSimpleAssertion(QName qname)
getChildNodes
public NodeList getChildNodes()
-
- Specified by:
getChildNodes
in interface IMultiElementSimpleAssertion
setChildNodes
public void setChildNodes(NodeList nodeChildren)
-
- Specified by:
setChildNodes
in interface IMultiElementSimpleAssertion
advertiseOracleWSPolicy
public void advertiseOracleWSPolicy(AdvertisementContext context)
throws AdvertisementException
- Generate advertizable Oracle WS Policy with Oracle extensions
-
- Specified by:
advertiseOracleWSPolicy
in interface IAssertionAdvertiser
- Overrides:
advertiseOracleWSPolicy
in class SimpleAssertion
-
- Parameters:
context
-
- Throws:
AdvertisementException
advertiseWSPolicy
public void advertiseWSPolicy(AdvertisementContext context)
throws AdvertisementException
- Description copied from class:
SimpleAssertion
- Generate interoperable WS-Policy with no Oracle Extensions.
-
- Specified by:
advertiseWSPolicy
in interface IAssertionAdvertiser
- Overrides:
advertiseWSPolicy
in class SimpleAssertion
-
- Throws:
AdvertisementException
equals
public boolean equals(Object obj)
- Description copied from class:
SimpleAssertion
- Compares the Assertionlist of two policies .It ignores the order of the Assertions.
-
- Overrides:
equals
in class SimpleAssertion
getCopyOfAssertion
protected SimpleAssertion getCopyOfAssertion()
-
- Overrides:
getCopyOfAssertion
in class SimpleAssertion
toString
public String toString()
- Description copied from class:
SimpleAssertion
- Returns the assertion list of a policy as a string
-
- Overrides:
toString
in class SimpleAssertion
hashCode
public int hashCode()
- Description copied from class:
SimpleAssertion
- Returns an integer value which is uniquely identifies an object of this class.
-
- Overrides:
hashCode
in class SimpleAssertion
createInstance
public IAssertion createInstance(QName qname)
- Description copied from interface:
IAssertion
- Creates the appropriate assertion instance NOTE: The base implementation must be overriden by the subclasses!
-
- Specified by:
createInstance
in interface IAssertion
- Overrides:
createInstance
in class SimpleAssertion
-
- Returns:
createInstance
public IAssertion createInstance(QName qname,
boolean setExtensions)
-
- Overrides:
createInstance
in class SimpleAssertion
Skip navigation links
Copyright © 2007, 2009, Oracle and/or its affiliates. All rights reserved.