| java.lang.Object com.sun.jbi.engine.xslt.util.UtilBase com.sun.jbi.engine.xslt.util.WSDLFileValidator
WSDLFileValidator | final public class WSDLFileValidator extends UtilBase (Code) | | This class is uses to validate the configuration file supplied during
deployment conforms to the schema.
author: Sun Microsystems, Inc. |
Method Summary | |
public Description | 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 supath, String wsdlFileName)(Code) | | Creates a new WSDLFileValidator object.
Parameters: supath - Service Unit path Parameters: wsdlFileName - WSDL 2.0 deployment file name |
getDocument | public Description 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.
|
|
|