org.apache.cxf.jaxrs.impl
Class ServletRequestPropertyHolder
java.lang.Object
org.apache.cxf.jaxrs.impl.ServletRequestPropertyHolder
- All Implemented Interfaces:
- PropertyHolderFactory.PropertyHolder
public class ServletRequestPropertyHolder
- extends Object
- implements PropertyHolderFactory.PropertyHolder
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletRequestPropertyHolder
public ServletRequestPropertyHolder(Message m)
getProperty
public Object getProperty(String name)
- Specified by:
getProperty
in interface PropertyHolderFactory.PropertyHolder
removeProperty
public void removeProperty(String name)
- Specified by:
removeProperty
in interface PropertyHolderFactory.PropertyHolder
setProperty
public void setProperty(String name,
Object value)
- Specified by:
setProperty
in interface PropertyHolderFactory.PropertyHolder
getPropertyNames
public Collection<String> getPropertyNames()
- Specified by:
getPropertyNames
in interface PropertyHolderFactory.PropertyHolder
Apache CXF