Package com.boomi.connector.ws
Class WSBrowser.SchemaMapHolder
- java.lang.Object
-
- com.boomi.connector.ws.WSBrowser.SchemaMapHolder
-
-
Field Summary
Fields Modifier and Type Field Description com.boomi.webservices.SchemaMap
schemaDocMap
the current schemaDocMap
-
Constructor Summary
Constructors Constructor Description SchemaMapHolder(com.boomi.webservices.SchemaMap initMap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
duplicate()
Changes the reference of the schemaDocMap to a cloned instance of the current schemaDocMap.void
setRootSchema(String nsUri)
Sets the root namespaceURI of the current schemaDocMap to the given namespace.void
setRootSchema(String nsUri, QName elQName)
-
-
-
Method Detail
-
setRootSchema
public void setRootSchema(String nsUri)
Sets the root namespaceURI of the current schemaDocMap to the given namespace. If the current schemaDocMap has a different root namespaceURI, it is first duplicated (usingduplicate()
) and then the root namespaceURI is changed.- Parameters:
nsUri
- the new root namespaceURI for the schemaDocMap
-
duplicate
public void duplicate()
Changes the reference of the schemaDocMap to a cloned instance of the current schemaDocMap.
-
-