Class AssertionInfo

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

public class AssertionInfo extends Object
  • Constructor Details

    • AssertionInfo

      public AssertionInfo(org.apache.neethi.Assertion a)
  • Method Details

    • isAsserted

      public boolean isAsserted()
    • setAsserted

      public void setAsserted(boolean a)
    • setNotAsserted

      public void setNotAsserted(String message)
    • getErrorMessage

      public String getErrorMessage()
    • getAssertion

      public org.apache.neethi.Assertion getAssertion()
    • toString

      public String toString()
      Overrides:
      toString in class Object