Searched refs:mappings (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/model/jaxb/
H A DJAXBModel.java46 * All the mappings known to this model.
48 private List<JAXBMapping> mappings; field in class:JAXBModel
101 return mappings;
104 //public void setMappings(List<JAXBMapping> mappings) {
105 public void setMappings(List<JAXBMapping> mappings) { argument
106 this.mappings = mappings;
109 for( JAXBMapping m : mappings ) {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DSerializationHandler.java108 * @param mappings NamespaceMappings
110 public void setNamespaceMappings(NamespaceMappings mappings); argument
H A DToUnknownStream.java1210 * Get the current namespace mappings.
1211 * Simply returns the mappings of the wrapped handler.
1216 NamespaceMappings mappings = null;
1219 mappings = m_handler.getNamespaceMappings();
1221 return mappings;
H A DSerializerBase.java184 * prefix/uri mappings. As processed elements come and go, so do
185 * the associated mappings for that element.
872 * Some users of the serializer may need the current namespace mappings
873 * @return the current namespace mappings (prefix/uri)
1296 * @param mappings NamespaceMappings
1298 public void setNamespaceMappings(NamespaceMappings mappings) { argument
1299 m_prefixMap = mappings;
H A DEmptySerializer.java695 public void setNamespaceMappings(NamespaceMappings mappings) { argument
/openjdk7/jdk/src/share/classes/java/util/
H A DHashMap.java43 * of key-value mappings). Thus, it's very important not to set the initial
68 * <p>If many mappings are to be stored in a <tt>HashMap</tt> instance,
69 * creating it with a sufficiently large capacity will allow the mappings to
77 * that adds or deletes one or more mappings; merely changing the value
157 * The number of key-value mappings contained in this map.
178 * Structural modifications are those that change the number of mappings in
285 * Constructs a new <tt>HashMap</tt> with the same mappings as the
288 * hold the mappings in the specified <tt>Map</tt>.
290 * @param m the map whose mappings are to be placed in this map
384 * Returns the number of key-value mappings i
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DDefaultMXBeanMappingFactory.java166 private static final Mappings mappings = new Mappings(); field in class:DefaultMXBeanMappingFactory
173 WeakReference<MXBeanMapping> wr = mappings.get(type);
180 mappings.put(type, wr);
190 /* Set up the mappings for Java types that map to SimpleType. */
1289 MXBeanMapping[] mappings)
1323 Object javaItem = mappings[i].fromOpenValue(openItem);
1287 fromCompositeData(CompositeData cd, String[] itemNames, MXBeanMapping[] mappings) argument

Completed in 153 milliseconds