Package org.apache.wss4j.policy.stax
Interface PolicyAsserter
- All Known Implementing Classes:
DummyPolicyAsserter
public interface PolicyAsserter
A 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
Modifier and TypeMethodDescriptionvoidassertPolicy(QName qName) voidassertPolicy(org.apache.neethi.Assertion assertion) voidunassertPolicy(QName qName, String reason) voidunassertPolicy(org.apache.neethi.Assertion assertion, String reason)
-
Method Details
-
assertPolicy
void assertPolicy(org.apache.neethi.Assertion assertion) -
unassertPolicy
-
assertPolicy
-
unassertPolicy
-