Uses of Class
com.sun.xml.ws.util.QNameMap
-
Packages that use QNameMap Package Description com.sun.xml.ws.util -
-
Uses of QNameMap in com.sun.xml.ws.util
Methods in com.sun.xml.ws.util that return QNameMap Modifier and Type Method Description QNameMap<V>QNameMap. putAll(QNameMap<? extends V> map)Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.QNameMap<V>QNameMap. putAll(Map<QName,? extends V> map)Methods in com.sun.xml.ws.util with parameters of type QNameMap Modifier and Type Method Description QNameMap<V>QNameMap. putAll(QNameMap<? extends V> map)Copies all of the mappings from the specified map to this map These mappings will replace any mappings that this map had for any of the keys currently in the specified map.
-