|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.util.MetadataUtil
public class MetadataUtil
WSDL, schema document metadata utility class.
Constructor Summary | |
---|---|
MetadataUtil()
|
Method Summary | |
---|---|
static java.util.Map<java.lang.String,SDDocument> |
getMetadataClosure(java.lang.String systemId,
SDDocumentResolver resolver,
boolean onlyTopLevelSchemas)
Gets closure of all the referenced documents from the primary document(typically the service WSDL). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetadataUtil()
Method Detail |
---|
public static java.util.Map<java.lang.String,SDDocument> getMetadataClosure(@NotNull java.lang.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 ignored
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |