public abstract class AbstractPropertiesImpl extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.cxf.message.Message |
m |
| Constructor and Description |
|---|
AbstractPropertiesImpl(org.apache.cxf.message.Message message) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getProperty(String name) |
Enumeration<String> |
getPropertyNames() |
void |
removeProperty(String name) |
void |
setProperty(String name,
Object value) |
Apache CXF