org.apache.cxf.ws.policy
Class AssertionInfo
java.lang.Object
org.apache.cxf.ws.policy.AssertionInfo
public class AssertionInfo
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AssertionInfo
public AssertionInfo(PolicyAssertion a)
isAsserted
public boolean isAsserted()
setAsserted
public void setAsserted(boolean a)
setNotAsserted
public void setNotAsserted(java.lang.String message)
getErrorMessage
public java.lang.String getErrorMessage()
getAssertion
public PolicyAssertion getAssertion()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Apache CXF