org.apache.wss4j.policy.stax
Class DummyPolicyAsserter

java.lang.Object
  extended by org.apache.wss4j.policy.stax.DummyPolicyAsserter
All Implemented Interfaces:
PolicyAsserter

public class DummyPolicyAsserter
extends Object
implements PolicyAsserter

A dummy policy asserter


Constructor Summary
DummyPolicyAsserter()
           
 
Method Summary
 void assertPolicy(org.apache.neethi.Assertion assertion)
           
 void assertPolicy(QName qName)
           
 void unassertPolicy(org.apache.neethi.Assertion assertion, String reason)
           
 void unassertPolicy(QName qName, String reason)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyPolicyAsserter

public DummyPolicyAsserter()
Method Detail

assertPolicy

public void assertPolicy(org.apache.neethi.Assertion assertion)
Specified by:
assertPolicy in interface PolicyAsserter

unassertPolicy

public void unassertPolicy(org.apache.neethi.Assertion assertion,
                           String reason)
Specified by:
unassertPolicy in interface PolicyAsserter

assertPolicy

public void assertPolicy(QName qName)
Specified by:
assertPolicy in interface PolicyAsserter

unassertPolicy

public void unassertPolicy(QName qName,
                           String reason)
Specified by:
unassertPolicy in interface PolicyAsserter


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