org.apache.cxf.ws.policy
Class AssertionInfo

java.lang.Object
  extended by org.apache.cxf.ws.policy.AssertionInfo

public class AssertionInfo
extends java.lang.Object


Constructor Summary
AssertionInfo(org.apache.neethi.Assertion a)
           
 
Method Summary
 org.apache.neethi.Assertion getAssertion()
           
 boolean isAsserted()
           
 void setAsserted(boolean a)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertionInfo

public AssertionInfo(org.apache.neethi.Assertion a)
Method Detail

isAsserted

public boolean isAsserted()

setAsserted

public void setAsserted(boolean a)

getAssertion

public org.apache.neethi.Assertion getAssertion()


Apache CXF