com.sun.tools.ws.wsdl.parser
Class WSDLParser
java.lang.Object
com.sun.tools.ws.wsdl.parser.WSDLParser
public class WSDLParser
- extends Object
A parser for WSDL documents. This parser is used only at the tool time.
Extensions should extend TWSDLExtensionHandler, so that it will be called during
parsing wsdl to handle wsdl extenisbility elements. Generally these extensions
will effect the artifacts generated during WSDL processing.
- Author:
- WS Development Team
- See Also:
which will be used for WSDL parsing
at runtime.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLParser
public WSDLParser(WsimportOptions options,
ErrorReceiverFilter errReceiver,
MetadataFinder forest)
addParserListener
public void addParserListener(ParserListener l)
parse
public WSDLDocument parse()
throws SAXException,
IOException
- Throws:
SAXException
IOException
getDOMForest
public MetadataFinder getDOMForest()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.