org.apache.cxf.jaxrs.impl
Class ServletRequestPropertyHolder

java.lang.Object
  extended by org.apache.cxf.jaxrs.impl.ServletRequestPropertyHolder
All Implemented Interfaces:
PropertyHolderFactory.PropertyHolder

public class ServletRequestPropertyHolder
extends Object
implements PropertyHolderFactory.PropertyHolder


Constructor Summary
ServletRequestPropertyHolder(org.apache.cxf.message.Message m)
           
 
Method Summary
 Object getProperty(String name)
           
 Collection<String> getPropertyNames()
           
 void removeProperty(String name)
           
 void setProperty(String name, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletRequestPropertyHolder

public ServletRequestPropertyHolder(org.apache.cxf.message.Message m)
Method Detail

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