| |
|
| java.lang.Object com.sun.jbi.binding.file.util.UtilBase com.sun.jbi.binding.file.util.WSDLFileValidator
WSDLFileValidator | final public class WSDLFileValidator extends UtilBase implements FileBindingResources(Code) | | This class is uses to validate the configuration file supplied during
deployment conforms to the schema.
author: Sun Microsystems, Inc. |
Method Summary | |
public Definitions | getDocument() Returns the document object obtained as a result of parsing. | public void | validate() This method has to be invoked to check the validity of the input
document. |
WSDLFileValidator | public WSDLFileValidator(String wsdlfile)(Code) | | Creates a new WSDLFileValidator object.
Parameters: wsdlfile - schema file name |
getDocument | public Definitions getDocument()(Code) | | Returns the document object obtained as a result of parsing.
document object |
validate | public void validate()(Code) | | This method has to be invoked to check the validity of the input
document.
|
|
|
|