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 |
|---|---|
org.apache.cxf.message.Message |
getMessage() |
Object |
getProperty(String name) |
Collection<String> |
getPropertyNames() |
void |
removeProperty(String name) |
void |
setProperty(String name,
Object value) |
public AbstractPropertiesImpl(org.apache.cxf.message.Message message)
public void removeProperty(String name)
public Collection<String> getPropertyNames()
public org.apache.cxf.message.Message getMessage()
Apache CXF