org.apache.cxf.jaxrs.impl
Class AbstractPropertiesImpl
java.lang.Object
org.apache.cxf.jaxrs.impl.AbstractPropertiesImpl
- Direct Known Subclasses:
- AbstractInterceptorContextImpl, AbstractRequestContextImpl
public abstract class AbstractPropertiesImpl
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m
protected Message m
AbstractPropertiesImpl
public AbstractPropertiesImpl(Message message)
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