org.apache.cxf.ws.policy
public class AssertionInfo extends Object
| Constructor and Description |
|---|
AssertionInfo(PolicyAssertion a) |
| Modifier and Type | Method and Description |
|---|---|
PolicyAssertion |
getAssertion() |
String |
getErrorMessage() |
boolean |
isAsserted() |
void |
setAsserted(boolean a) |
void |
setNotAsserted(String message) |
String |
toString() |
public AssertionInfo(PolicyAssertion a)
public boolean isAsserted()
public void setAsserted(boolean a)
public void setNotAsserted(String message)
public String getErrorMessage()
public PolicyAssertion getAssertion()
Apache CXF