Apache CXF API

org.apache.cxf.jaxrs.impl
Class AbstractPropertiesImpl

java.lang.Object
  extended by org.apache.cxf.jaxrs.impl.AbstractPropertiesImpl
Direct Known Subclasses:
AbstractInterceptorContextImpl, AbstractRequestContextImpl

public abstract class AbstractPropertiesImpl
extends Object


Field Summary
protected  Message m
           
 
Constructor Summary
AbstractPropertiesImpl(Message message)
           
 
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
 

Field Detail

m

protected Message m
Constructor Detail

AbstractPropertiesImpl

public AbstractPropertiesImpl(Message message)
Method Detail

getProperty

public Object getProperty(String name)

removeProperty

public void removeProperty(String name)

setProperty

public void setProperty(String name,
                        Object value)

getPropertyNames

public Collection<String> getPropertyNames()

Apache CXF API

Apache CXF