|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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>
public class JaxbAssertion<T>
Field Summary |
---|
Fields inherited from class org.apache.neethi.builders.PrimitiveAssertion |
---|
attributes, ignorable, name, optional, textValue |
Constructor Summary | |
---|---|
JaxbAssertion()
|
|
JaxbAssertion(QName qn,
boolean optional)
|
|
JaxbAssertion(QName qn,
boolean optional,
boolean ignorable)
|
Method Summary | ||
---|---|---|
static
|
cast(org.apache.neethi.Assertion a)
|
|
static
|
cast(org.apache.neethi.Assertion a,
Class<T> type)
|
|
protected org.apache.neethi.Assertion |
clone(boolean optional)
|
|
boolean |
equal(org.apache.neethi.PolicyComponent policyComponent)
|
|
T |
getData()
|
|
void |
serialize(XMLStreamWriter writer)
|
|
void |
setData(T d)
|
Methods inherited from class org.apache.neethi.builders.PrimitiveAssertion |
---|
addAttribute, addAttributes, getAttribute, getName, getOrCreatePrefix, getTextValue, getType, hasContents, isIgnorable, isOptional, normalize, setIgnorable, setName, setOptional, setTextValue, toString, writeAttributes, writeContents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JaxbAssertion()
public JaxbAssertion(QName qn, boolean optional)
public JaxbAssertion(QName qn, boolean optional, boolean ignorable)
Method Detail |
---|
public boolean equal(org.apache.neethi.PolicyComponent policyComponent)
equal
in interface org.apache.neethi.PolicyComponent
equal
in class org.apache.neethi.builders.PrimitiveAssertion
public void setData(T d)
public T getData()
protected org.apache.neethi.Assertion clone(boolean optional)
clone
in class PrimitiveAssertion
public static <T> JaxbAssertion<T> cast(org.apache.neethi.Assertion a)
public static <T> JaxbAssertion<T> cast(org.apache.neethi.Assertion a, Class<T> type)
public void serialize(XMLStreamWriter writer) throws XMLStreamException
serialize
in interface org.apache.neethi.Assertion
serialize
in interface org.apache.neethi.PolicyComponent
serialize
in class org.apache.neethi.builders.PrimitiveAssertion
XMLStreamException
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |