Apache CXF API

org.apache.cxf.jaxrs.impl
Interface PropertyHolderFactory.PropertyHolder

All Known Implementing Classes:
ServletRequestPropertyHolder
Enclosing class:
PropertyHolderFactory

public static interface PropertyHolderFactory.PropertyHolder


Method Summary
 Object getProperty(String name)
           
 Collection<String> getPropertyNames()
           
 void removeProperty(String name)
           
 void setProperty(String name, Object value)
           
 

Method Detail

getProperty

Object getProperty(String name)

removeProperty

void removeProperty(String name)

setProperty

void setProperty(String name,
                 Object value)

getPropertyNames

Collection<String> getPropertyNames()

Apache CXF API

Apache CXF