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
Methods inherited from class com.sun.tools.ws.wsdl.parser.DOMForest |
addExternalReferences, dump, get, getExternalReferences, getFirstRootDocument, getInlinedSchemaElement, getParserHandler, getRootDocuments, getSystemId, isExtensionMode, listSystemIDs, parse, parse, parse |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isMexMetadata
public boolean isMexMetadata
MetadataFinder
public MetadataFinder(InternalizationLogic logic,
WsimportOptions options,
ErrorReceiver errReceiver)
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
getRootWSDLs
@NotNull
public Set<String> getRootWSDLs()
- Gives all the WSDL documents.