| |
|
| java.lang.Object com.sun.jbi.binding.file.util.UtilBase com.sun.jbi.binding.file.util.WSDL11FileValidator
WSDL11FileValidator | final public class WSDL11FileValidator 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 Definition | 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. |
WSDL11FileValidator | public WSDL11FileValidator(String wsdlfile)(Code) | | Creates a new WSDL11FileValidator object.
Parameters: wsdlfile - schema file name |
getDocument | public Definition 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.
|
|
|
|