Package com.sun.tools.ws.wsdl.parser
Class MetadataFinder
- java.lang.Object
-
- com.sun.tools.ws.wsdl.parser.DOMForest
-
- com.sun.tools.ws.wsdl.parser.MetadataFinder
-
public final class MetadataFinder extends DOMForest
- Author:
- Vivek Pandey
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMetadataFinder.WSEntityResolver-
Nested classes/interfaces inherited from class com.sun.tools.ws.wsdl.parser.DOMForest
DOMForest.Handler
-
-
Field Summary
Fields Modifier and Type Field Description booleanisMexMetadata-
Fields inherited from class com.sun.tools.ws.wsdl.parser.DOMForest
core, entityResolver, errorReceiver, externalReferences, inlinedSchemaElements, locatorTable, logic, options, outerMostBindings, resolvedCache, rootDocuments
-
-
Constructor Summary
Constructors Constructor Description MetadataFinder(InternalizationLogic logic, WsimportOptions options, ErrorReceiver errReceiver)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRootWSDL()Gives the root wsdl document systemId.Set<String>getRootWSDLs()Gives all the WSDL documents.voidparseWSDL()-
Methods inherited from class com.sun.tools.ws.wsdl.parser.DOMForest
addExternalReferences, dump, get, getExternalReferences, getFirstRootDocument, getInlinedSchemaElement, getReferencedEntityMap, getRootDocuments, getSystemId, listSystemIDs, parse, parse
-
-
-
-
Constructor Detail
-
MetadataFinder
public MetadataFinder(InternalizationLogic logic, WsimportOptions options, ErrorReceiver errReceiver)
-
-
Method Detail
-
parseWSDL
public void parseWSDL()
-
getRootWSDL
@Nullable public String getRootWSDL()
Gives the root wsdl document systemId. A root wsdl document is the one which has wsdl:service.- Returns:
- null if there is no root wsdl
-
-