Package org.apache.wss4j.policy.stax
Interface PolicyAsserter
-
- All Known Implementing Classes:
DummyPolicyAsserter
public interface PolicyAsserterA interface that can be used to tell a third-part SOAP stack (e.g. Apache CXF) that WSS4J will take care of asserting a certain policy, and thus can be marked as "asserted".
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidassertPolicy(QName qName)voidassertPolicy(org.apache.neethi.Assertion assertion)voidunassertPolicy(QName qName, String reason)voidunassertPolicy(org.apache.neethi.Assertion assertion, String reason)
-