public static interface PropertyHolderFactory.PropertyHolder
Modifier and Type | Method and Description |
---|---|
Object |
getProperty(String name) |
Collection<String> |
getPropertyNames() |
void |
removeProperty(String name) |
void |
setProperty(String name,
Object value) |
Apache CXF