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
- Author:
- Vivek Pandey
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.sun.tools.ws.wsdl.parser.DOMForest
DOMForest.Handler -
Field Summary
FieldsFields inherited from class com.sun.tools.ws.wsdl.parser.DOMForest
core, entityResolver, errorReceiver, externalReferences, inlinedSchemaElements, locatorTable, logic, options, outerMostBindings, resolvedCache, rootDocuments -
Constructor Summary
ConstructorsConstructorDescriptionMetadataFinder(InternalizationLogic logic, WsimportOptions options, ErrorReceiver errReceiver) -
Method Summary
Modifier and TypeMethodDescriptionGives the root wsdl document systemId.Gives all the WSDL documents.voidMethods inherited from class com.sun.tools.ws.wsdl.parser.DOMForest
addExternalReferences, dump, get, getExternalReferences, getFirstRootDocument, getInlinedSchemaElement, getReferencedEntityMap, getRootDocuments, getSystemId, listSystemIDs, parse, parse
-
Field Details
-
isMexMetadata
public boolean isMexMetadata
-
-
Constructor Details
-
MetadataFinder
public MetadataFinder(InternalizationLogic logic, WsimportOptions options, ErrorReceiver errReceiver)
-
-
Method Details
-
parseWSDL
public void parseWSDL() -
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
Gives all the WSDL documents.
-