| java.lang.Object com.sun.tools.ws.wsdl.parser.WSDLParser
WSDLParser | public class WSDLParser (Code) | | 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.
See Also: com.sun.xml.ws.wsdl.parser.RuntimeWSDLParser See Also: which will be used for WSDL parsing See Also: at runtime. author: WS Development Team |
|
|