org.apache.wss4j.policy
Class AssertionState

java.lang.Object
  extended by org.apache.wss4j.policy.AssertionState

public class AssertionState
extends Object


Nested Class Summary
static class AssertionState.State
           
 
Constructor Summary
AssertionState(org.apache.neethi.Assertion assertion, boolean initialAssertionState)
           
 
Method Summary
protected  void clearErrorMessage()
           
 org.apache.neethi.Assertion getAssertion()
           
 String getErrorMessage()
           
 boolean isAsserted()
           
 boolean isHardFailure()
           
 boolean isLogged()
           
 void setAsserted(boolean asserted)
           
 void setErrorMessage(String errorMessage)
           
 void setLogged(boolean logged)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertionState

public AssertionState(org.apache.neethi.Assertion assertion,
                      boolean initialAssertionState)
Method Detail

getAssertion

public org.apache.neethi.Assertion getAssertion()

isHardFailure

public boolean isHardFailure()

setAsserted

public void setAsserted(boolean asserted)

isAsserted

public boolean isAsserted()

setErrorMessage

public void setErrorMessage(String errorMessage)

getErrorMessage

public String getErrorMessage()

clearErrorMessage

protected void clearErrorMessage()

isLogged

public boolean isLogged()

setLogged

public void setLogged(boolean logged)


Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.