Uses of Class
com.sun.tools.ws.wsdl.parser.MetadataFinder
-
Packages that use MetadataFinder Package Description com.sun.tools.ws.processor.modeler.wsdl com.sun.tools.ws.util com.sun.tools.ws.wsdl.document com.sun.tools.ws.wsdl.framework com.sun.tools.ws.wsdl.parser -
-
Uses of MetadataFinder in com.sun.tools.ws.processor.modeler.wsdl
Fields in com.sun.tools.ws.processor.modeler.wsdl declared as MetadataFinder Modifier and Type Field Description protected MetadataFinderWSDLModelerBase. forestConstructors in com.sun.tools.ws.processor.modeler.wsdl with parameters of type MetadataFinder Constructor Description JAXBModelBuilder(WsimportOptions options, ClassNameCollector classNameCollector, MetadataFinder finder, ErrorReceiver errReceiver)WSDLModeler(WsimportOptions options, ErrorReceiver receiver, MetadataFinder forest)WSDLModelerBase(WsimportOptions options, ErrorReceiver receiver, MetadataFinder forest) -
Uses of MetadataFinder in com.sun.tools.ws.util
Methods in com.sun.tools.ws.util with parameters of type MetadataFinder Modifier and Type Method Description StringWSDLFetcher. fetchWsdls(MetadataFinder forest)Fetches the wsdls in the DOMForest to the options.destDir -
Uses of MetadataFinder in com.sun.tools.ws.wsdl.document
Constructors in com.sun.tools.ws.wsdl.document with parameters of type MetadataFinder Constructor Description WSDLDocument(MetadataFinder forest, ErrorReceiver errReceiver) -
Uses of MetadataFinder in com.sun.tools.ws.wsdl.framework
Constructors in com.sun.tools.ws.wsdl.framework with parameters of type MetadataFinder Constructor Description AbstractDocument(MetadataFinder forest, ErrorReceiver errReceiver) -
Uses of MetadataFinder in com.sun.tools.ws.wsdl.parser
Methods in com.sun.tools.ws.wsdl.parser that return MetadataFinder Modifier and Type Method Description MetadataFinderWSDLParser. getDOMForest()Constructors in com.sun.tools.ws.wsdl.parser with parameters of type MetadataFinder Constructor Description WSDLParser(WsimportOptions options, ErrorReceiverFilter errReceiver, MetadataFinder forest)
-