public class MetadataUtil extends Object
Constructor and Description |
---|
MetadataUtil() |
Modifier and Type | Method and Description |
---|---|
static Map<String,SDDocument> |
getMetadataClosure(String systemId,
SDDocumentResolver resolver,
boolean onlyTopLevelSchemas)
Gets closure of all the referenced documents from the primary document(typically
the service WSDL).
|
public static Map<String,SDDocument> getMetadataClosure(@NotNull String systemId, @NotNull SDDocumentResolver resolver, boolean onlyTopLevelSchemas)
systemId
- primary wsdl or the any root documentresolver
- used to get SDDocumentImpl for a documentonlyTopLevelSchemas
- if true, the imported schemas from a schema would be ignoredCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.