Apache CXF API

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

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

Uses of ProviderFactory in org.apache.cxf.jaxrs
 

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

Methods in org.apache.cxf.jaxrs with parameters of type ProviderFactory
protected  void AbstractJAXRSFactoryBean.setDataBindingProvider(ProviderFactory factory, 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(Bus bus)
           
static ProviderFactory ProviderFactory.getInstance(Message m)
           
static ProviderFactory ProviderFactory.getSharedInstance()
           
 

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

Methods in org.apache.cxf.jaxrs.utils with parameters of type ProviderFactory
static boolean JAXRSUtils.runContainerRequestFilters(ProviderFactory pf, Message m, boolean preMatch, List<String> names)
           
static void JAXRSUtils.runContainerResponseFilters(ProviderFactory pf, javax.ws.rs.core.Response r, Message m, OperationResourceInfo ori)
           
 


Apache CXF API

Apache CXF