Apache CXF API

org.apache.cxf.ws.policy
Class AssertionInfo

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

public class AssertionInfo
extends Object


Constructor Summary
AssertionInfo(org.apache.neethi.Assertion a)
           
 
Method Summary
 org.apache.neethi.Assertion getAssertion()
           
 String getErrorMessage()
           
 boolean isAsserted()
           
 void setAsserted(boolean a)
           
 void setNotAsserted(String message)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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)

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

Apache CXF API

Apache CXF