Uses of Interface
org.apache.axiom.soap.impl.llom.Checker

Packages that use Checker
org.apache.axiom.soap.impl.llom   
 

Uses of Checker in org.apache.axiom.soap.impl.llom
 

Classes in org.apache.axiom.soap.impl.llom that implement Checker
(package private)  class MURoleChecker
          A Checker to see that we both match a given role AND are mustUnderstand=true
(package private)  class RoleChecker
          A Checker to make sure headers match a given role.
(package private)  class RolePlayerChecker
          This Checker uses a RolePlayer to return the appropriate headers for that RolePlayer to process.
 

Fields in org.apache.axiom.soap.impl.llom declared as Checker
(package private)  Checker SOAPHeaderImpl.HeaderIterator.checker
           
 

Constructors in org.apache.axiom.soap.impl.llom with parameters of type Checker
SOAPHeaderImpl.HeaderIterator(Checker checker)