org.apache.cxf.ws.policy.builder.xml
public class XmlPrimitiveAssertion extends PrimitiveAssertion
name, optional| Constructor and Description |
|---|
XmlPrimitiveAssertion(Element e)
Constructs a XmlPrimitiveAssertion from an xml element.
|
| Modifier and Type | Method and Description |
|---|---|
protected PolicyAssertion |
cloneMandatory() |
Element |
getValue()
Returns the wrapped element.
|
org.apache.neethi.PolicyComponent |
normalize(boolean isDeep)
Throws an UnsupportedOperationException since an assertion of an unknown
element can't be fully normalized due to it's unknown composite.
|
equal, getName, getPolicy, getType, isAsserted, isOptional, normalize, serialize, setName, setOptional, toStringpublic XmlPrimitiveAssertion(Element e)
e - the xml elementpublic Element getValue()
public org.apache.neethi.PolicyComponent normalize(boolean isDeep)
protected PolicyAssertion cloneMandatory()
cloneMandatory in class PrimitiveAssertionApache CXF