Apache CXF API

org.apache.cxf.configuration.spring
Class SpringBeanQNameMap.Entry<V>

java.lang.Object
  extended by org.apache.cxf.configuration.spring.SpringBeanQNameMap.Entry<V>
All Implemented Interfaces:
java.util.Map.Entry<javax.xml.namespace.QName,V>
Enclosing class:
SpringBeanQNameMap<V>

public static class SpringBeanQNameMap.Entry<V>
extends java.lang.Object
implements java.util.Map.Entry<javax.xml.namespace.QName,V>


Constructor Summary
SpringBeanQNameMap.Entry(SpringBeanQNameMap<V> map, javax.xml.namespace.QName key)
           
 
Method Summary
 javax.xml.namespace.QName getKey()
           
 V getValue()
           
 V setValue(V value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Constructor Detail

SpringBeanQNameMap.Entry

public SpringBeanQNameMap.Entry(SpringBeanQNameMap<V> map,
                                javax.xml.namespace.QName key)
Method Detail

getKey

public javax.xml.namespace.QName getKey()
Specified by:
getKey in interface java.util.Map.Entry<javax.xml.namespace.QName,V>

getValue

public V getValue()
Specified by:
getValue in interface java.util.Map.Entry<javax.xml.namespace.QName,V>

setValue

public V setValue(V value)
Specified by:
setValue in interface java.util.Map.Entry<javax.xml.namespace.QName,V>

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.