public class SpringJAXRSServerFactoryBean extends org.apache.cxf.jaxrs.JAXRSServerFactoryBean implements org.springframework.context.ApplicationContextAware, BeanIdAware
| Constructor and Description |
|---|
SpringJAXRSServerFactoryBean() |
SpringJAXRSServerFactoryBean(org.apache.cxf.jaxrs.JAXRSServiceFactoryBean sf) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBeanId() |
int |
getLoggingSizeLimit() |
boolean |
isLoggingFeatureEnabled() |
void |
setApplicationContext(org.springframework.context.ApplicationContext ctx) |
void |
setBeanId(String id) |
void |
setLoggingFeatureEnabled(boolean loggingFeatureEnabled) |
void |
setLoggingSizeLimit(int loggingSizeLimit) |
applyFeatures, create, createInvoker, getDocLocation, getResourceClasses, init, setApplication, setDocLocation, setExtensionMappings, setInvoker, setLanguageMappings, setResourceClasses, setResourceClasses, setResourceComparator, setResourceProvider, setResourceProvider, setResourceProviders, setServiceBean, setServiceBeanObjects, setServiceBeans, setServiceClass, setStart, setStaticSubresourceResolutioncheckResources, createBindingInfo, createEndpoint, createEndpointInfo, getBus, getProviders, getServiceFactory, setBus, setDataBindingProvider, setModelBeans, setModelBeans, setModelBeansWithServiceClass, setModelRef, setModelRefWithServiceClass, setProvider, setProviders, setSchemaLocation, setSchemaLocations, setServiceFactory, setServiceName, setupFactorycheckPrivateEndpoint, getAddress, getBindingConfig, getBindingFactory, getBindingId, getConduitSelector, getDataBinding, getDestinationFactory, getEndpointName, getFeatures, getProperties, getProperties, getPublishedEndpointUrl, getServiceName, getTransportId, initializeAnnotationInterceptors, initializeAnnotationInterceptors, initializeAnnotationInterceptors, setAddress, setBindingConfig, setBindingFactory, setBindingId, setConduitSelector, setDataBinding, setDestinationFactory, setEndpointName, setEndpointReference, setFeatures, setProperties, setPublishedEndpointUrl, setTransportIdpublic SpringJAXRSServerFactoryBean()
public SpringJAXRSServerFactoryBean(org.apache.cxf.jaxrs.JAXRSServiceFactoryBean sf)
public void setApplicationContext(org.springframework.context.ApplicationContext ctx)
throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic String getBeanId()
getBeanId in interface BeanIdAwarepublic void setBeanId(String id)
setBeanId in interface BeanIdAwarepublic boolean isLoggingFeatureEnabled()
public void setLoggingFeatureEnabled(boolean loggingFeatureEnabled)
public int getLoggingSizeLimit()
public void setLoggingSizeLimit(int loggingSizeLimit)
Apache CAMEL