com.sun.xml.ws.security.impl.policy
Class Validator

java.lang.Object
  extended by com.sun.xml.ws.policy.PolicyAssertion
      extended by com.sun.xml.ws.security.impl.policy.Validator
All Implemented Interfaces:
Validator

public class Validator
extends PolicyAssertion
implements Validator

Author:
K.Venugopal@sun.com

Constructor Summary
Validator()
          Creates a new instance of Validator
Validator(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative)
           
 
Method Summary
 String getValidator()
           
 String getValidatorName()
           
 
Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion
equals, getAttributes, getAttributesSet, getAttributeValue, getImplementation, getName, getNestedAssertionsIterator, getNestedPolicy, getParametersIterator, getValue, hashCode, hasNestedAssertions, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Validator

public Validator()
Creates a new instance of Validator


Validator

public Validator(AssertionData name,
                 Collection<PolicyAssertion> nestedAssertions,
                 AssertionSet nestedAlternative)
Method Detail

getValidatorName

public String getValidatorName()
Specified by:
getValidatorName in interface Validator

getValidator

public String getValidator()
Specified by:
getValidator in interface Validator


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.