org.apache.woden.internal.wsdl20.validation
Class WSDLValidator

java.lang.Object
  extended by org.apache.woden.internal.wsdl20.validation.WSDLValidator

public class WSDLValidator
extends java.lang.Object

Validates a WSDL 2.0 Description component by walking the component model tree and checking the relevant assertions for each component.

TODO add dependency checking for prereq assertions
TODO decide if a return value is needed indicating the result (boolean or err/warn/OK)

Author:
John Kaputin (jkaputin@apache.org)

Constructor Summary
WSDLValidator()
           
 
Method Summary
 void validate(Description description, WSDLContext wsdlContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLValidator

public WSDLValidator()
Method Detail

validate

public void validate(Description description,
                     WSDLContext wsdlContext)
              throws WSDLException
Throws:
WSDLException


Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.