Class JaxbAssertion<T>
java.lang.Object
org.apache.neethi.builders.PrimitiveAssertion
org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion<T>
- All Implemented Interfaces:
org.apache.neethi.Assertion,org.apache.neethi.PolicyComponent
-
Field Summary
Fields inherited from class org.apache.neethi.builders.PrimitiveAssertion
attributes, ignorable, name, optional, textValue -
Constructor Summary
ConstructorsConstructorDescriptionJaxbAssertion(QName qn, boolean optional) JaxbAssertion(QName qn, boolean optional, boolean ignorable) -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> JaxbAssertion<T>cast(org.apache.neethi.Assertion a) static <T> JaxbAssertion<T>protected org.apache.neethi.Assertionclone(boolean optional) booleanequal(org.apache.neethi.PolicyComponent policyComponent) booleangetData()inthashCode()voidserialize(XMLStreamWriter writer) voidMethods inherited from class org.apache.neethi.builders.PrimitiveAssertion
addAttribute, addAttributes, getAttribute, getAttributes, getName, getOrCreatePrefix, getTextValue, getType, hasContents, isIgnorable, isOptional, normalize, setIgnorable, setName, setOptional, setTextValue, toString, writeAttributes, writeContents
-
Constructor Details
-
JaxbAssertion
public JaxbAssertion() -
JaxbAssertion
-
JaxbAssertion
-
-
Method Details
-
equal
public boolean equal(org.apache.neethi.PolicyComponent policyComponent) - Specified by:
equalin interfaceorg.apache.neethi.PolicyComponent- Overrides:
equalin classorg.apache.neethi.builders.PrimitiveAssertion
-
equals
- Overrides:
equalsin classorg.apache.neethi.builders.PrimitiveAssertion
-
hashCode
public int hashCode()- Overrides:
hashCodein classorg.apache.neethi.builders.PrimitiveAssertion
-
setData
-
getData
-
clone
protected org.apache.neethi.Assertion clone(boolean optional) - Overrides:
clonein classPrimitiveAssertion
-
cast
-
cast
-
serialize
- Specified by:
serializein interfaceorg.apache.neethi.Assertion- Specified by:
serializein interfaceorg.apache.neethi.PolicyComponent- Overrides:
serializein classorg.apache.neethi.builders.PrimitiveAssertion- Throws:
XMLStreamException
-