Uses of Class
org.apache.cxf.jaxrs.provider.ProviderFactory

Packages that use ProviderFactory
org.apache.cxf.jaxrs   
org.apache.cxf.jaxrs.provider   
 

Uses of ProviderFactory in org.apache.cxf.jaxrs
 

Methods in org.apache.cxf.jaxrs that return ProviderFactory
protected  ProviderFactory AbstractJAXRSFactoryBean.setupFactory(org.apache.cxf.endpoint.Endpoint ep)
           
 

Methods in org.apache.cxf.jaxrs with parameters of type ProviderFactory
protected  void AbstractJAXRSFactoryBean.setDataBindingProvider(ProviderFactory factory, org.apache.cxf.service.Service s)
           
 

Uses of ProviderFactory in org.apache.cxf.jaxrs.provider
 

Methods in org.apache.cxf.jaxrs.provider that return ProviderFactory
static ProviderFactory ProviderFactory.getInstance()
           
static ProviderFactory ProviderFactory.getInstance(org.apache.cxf.Bus bus)
           
static ProviderFactory ProviderFactory.getInstance(org.apache.cxf.message.Message m)
           
static ProviderFactory ProviderFactory.getSharedInstance()
           
 



Apache CXF