| java.lang.Object com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser
RuntimeWSDLParser | public class RuntimeWSDLParser (Code) | | Parses WSDL and builds
WSDLModel .
author: Vivek Pandey |
parse | public static WSDLModelImpl parse(URL wsdlLoc, Source wsdlSource, EntityResolver resolver, boolean isClientSide, WSDLParserExtension... extensions) throws IOException, XMLStreamException, SAXException(Code) | | Parses the WSDL and gives WSDLModel. If wsdl parameter is null, then wsdlLoc is used to get the WSDL. If the WSDL
document could not be obtained then
MetadataResolverFactory is tried to get the WSDL document, if not found
then as last option, if the wsdlLoc has no '?wsdl' as query parameter then it is tried by appending '?wsdl'.
Parameters: wsdlLoc - Either this or wsdl parameter must be given.Null location means the system won't be able to resolve relative references in the WSDL, |
|
|