|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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(javax.xml.stream.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.PolicyComponentequal in class org.apache.neethi.builders.PrimitiveAssertionpublic void setData(T d)
public T getData()
protected org.apache.neethi.Assertion clone(boolean optional)
clone in class PrimitiveAssertionpublic 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(javax.xml.stream.XMLStreamWriter writer)
throws javax.xml.stream.XMLStreamException
serialize in interface org.apache.neethi.Assertionserialize in interface org.apache.neethi.PolicyComponentserialize in class org.apache.neethi.builders.PrimitiveAssertionjavax.xml.stream.XMLStreamException
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||