org.apache.cxf.configuration.spring
Class SpringBeanQNameMap<V>
java.lang.Object
org.apache.cxf.configuration.spring.SpringBeanQNameMap<V>
- All Implemented Interfaces:
- java.util.Map<javax.xml.namespace.QName,V>, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
public class SpringBeanQNameMap<V>
- extends java.lang.Object
- implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean, java.util.Map<javax.xml.namespace.QName,V>
| 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 |
equals, hashCode |
SpringBeanQNameMap
public SpringBeanQNameMap()
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext ctx)
throws org.springframework.beans.BeansException
- Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
- Throws:
org.springframework.beans.BeansException
afterPropertiesSet
public void afterPropertiesSet()
throws java.lang.Exception
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
- Throws:
java.lang.Exception
postProcessBeforeInitialization
public java.lang.Object postProcessBeforeInitialization(java.lang.Object bean,
java.lang.String beanName)
throws org.springframework.beans.BeansException
- Throws:
org.springframework.beans.BeansException
getType
public java.lang.Class<?> getType()
setType
public void setType(java.lang.Class<?> type)
getIdsProperty
public java.lang.String getIdsProperty()
setIdsProperty
public void setIdsProperty(java.lang.String idsProperty)
clear
public void clear()
- Specified by:
clear in interface java.util.Map<javax.xml.namespace.QName,V>
containsKey
public boolean containsKey(java.lang.Object key)
- Specified by:
containsKey in interface java.util.Map<javax.xml.namespace.QName,V>
containsValue
public boolean containsValue(java.lang.Object arg0)
- Specified by:
containsValue in interface java.util.Map<javax.xml.namespace.QName,V>
entrySet
public java.util.Set<java.util.Map.Entry<javax.xml.namespace.QName,V>> entrySet()
- Specified by:
entrySet in interface java.util.Map<javax.xml.namespace.QName,V>
get
public V get(java.lang.Object key)
- Specified by:
get in interface java.util.Map<javax.xml.namespace.QName,V>
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface java.util.Map<javax.xml.namespace.QName,V>
keySet
public java.util.Set<javax.xml.namespace.QName> keySet()
- Specified by:
keySet in interface java.util.Map<javax.xml.namespace.QName,V>
put
public V put(javax.xml.namespace.QName key,
V value)
- Specified by:
put in interface java.util.Map<javax.xml.namespace.QName,V>
putAll
public void putAll(java.util.Map<? extends javax.xml.namespace.QName,? extends V> m)
- Specified by:
putAll in interface java.util.Map<javax.xml.namespace.QName,V>
remove
public V remove(java.lang.Object key)
- Specified by:
remove in interface java.util.Map<javax.xml.namespace.QName,V>
size
public int size()
- Specified by:
size in interface java.util.Map<javax.xml.namespace.QName,V>
values
public java.util.Collection<V> values()
- Specified by:
values in interface java.util.Map<javax.xml.namespace.QName,V>
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.