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".
assertPolicy
void assertPolicy(org.apache.neethi.Assertion assertion)
unassertPolicy
void unassertPolicy(org.apache.neethi.Assertion assertion,
String reason)
assertPolicy
void assertPolicy(QName qName)
unassertPolicy
void unassertPolicy(QName qName,
String reason)
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.