79808182838485
* @throws WSIException if unable to create a Basic profile analyzer. */ public BasicProfileAnalyzer(String[] args) throws WSIException { super(args, new ToolInfo(TOOL_NAME)); new XMLDocumentCache(); }
91929394959697
* @throws WSIException if unable to create a Basic profile analyzer. */ public BasicProfileAnalyzer(String[] args, boolean validate) throws WSIException { super(args, new ToolInfo(TOOL_NAME), validate); new XMLDocumentCache(); }
102103104105106107108
* @throws WSIException if unable to create a Basic profile analyzer. */ public BasicProfileAnalyzer(List analyzerConfigList) throws WSIException { super(analyzerConfigList, new ToolInfo(TOOL_NAME)); new XMLDocumentCache(); }
115116117118119120121122123124125
*/ public BasicProfileAnalyzer(List analyzerConfigList, String wsdlURI) throws WSIException { super(analyzerConfigList, new ToolInfo(TOOL_NAME)); new XMLDocumentCache(); try { // Get the WSDL document if (wsdlURI != null)