com.sun.xml.ws.api.policy
Class ValidationProcessor

java.lang.Object
  extended by com.sun.xml.ws.policy.AssertionValidationProcessor
      extended by com.sun.xml.ws.api.policy.ValidationProcessor

public class ValidationProcessor
extends com.sun.xml.ws.policy.AssertionValidationProcessor

Provides methods for assertion validation.


Method Summary
static ValidationProcessor getInstance()
          Factory method that returns singleton instance of the class.
 
Methods inherited from class com.sun.xml.ws.policy.AssertionValidationProcessor
validateClientSide, validateServerSide
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ValidationProcessor getInstance()
                                       throws com.sun.xml.ws.policy.PolicyException
Factory method that returns singleton instance of the class.

Returns:
singleton An instance of the class.
Throws:
com.sun.xml.ws.policy.PolicyException - If instantiation failed.


Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.