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
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
JaxbAssertion
public JaxbAssertion()
JaxbAssertion
public JaxbAssertion(javax.xml.namespace.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,
                                        java.lang.Class<T> type)
- 
 
Apache CXF