org.apache.cxf.ws.policy.builder.jaxb
Class JaxbAssertion<T>
java.lang.Object
   org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
org.apache.cxf.ws.policy.builder.primitive.PrimitiveAssertion
       org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion<T>
org.apache.cxf.ws.policy.builder.jaxb.JaxbAssertion<T>
- All Implemented Interfaces: 
- PolicyAssertion, org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent
- public class JaxbAssertion<T> 
- extends PrimitiveAssertion
 
 
 
 
 
 
JaxbAssertion
public JaxbAssertion()
JaxbAssertion
public JaxbAssertion(QName qn,
                     boolean optional)
equal
public boolean equal(org.apache.neethi.PolicyComponent policyComponent)
- 
- Specified by:
- equalin interface- org.apache.neethi.PolicyComponent
- Overrides:
- equalin class- PrimitiveAssertion
 
- 
 
setData
public void setData(T d)
- 
 
getData
public T getData()
- 
 
cloneMandatory
protected PolicyAssertion cloneMandatory()
- 
- Overrides:
- cloneMandatoryin class- PrimitiveAssertion
 
- 
 
cast
public static <T> JaxbAssertion<T> cast(PolicyAssertion a)
- 
 
cast
public static <T> JaxbAssertion<T> cast(PolicyAssertion a,
                                        Class<T> type)
- 
 
serialize
public void serialize(javax.xml.stream.XMLStreamWriter writer)
               throws javax.xml.stream.XMLStreamException
- 
- Specified by:
- serializein interface- org.apache.neethi.Assertion
- Specified by:
- serializein interface- org.apache.neethi.PolicyComponent
- Overrides:
- serializein class- PrimitiveAssertion
 
- 
- Throws:
- javax.xml.stream.XMLStreamException
 
Apache CXF