public class SpringJAXRSClientFactoryBean extends org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean implements org.springframework.context.ApplicationContextAware, BeanIdAware
| Constructor and Description |
|---|
SpringJAXRSClientFactoryBean() |
| 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) |
void |
setProperties(Map<String,Object> properties) |
void |
setSkipFaultLogging(boolean skipFaultLogging) |
applyFeatures, create, create, createWebClient, createWithValues, getConduitSelector, getHeaders, getPassword, getServiceClass, getUsername, initClient, setClassLoader, setHeaders, setInheritHeaders, setInitialState, setPassword, setResourceClass, setSecondsToKeepState, setServiceClass, setThreadSafe, setUsernamecheckResources, createBindingInfo, createEndpoint, createEndpointInfo, getBus, getProviders, getServiceFactory, isValidClassResourceInfo, setBus, setDataBindingProvider, setModelBeans, setModelBeans, setModelBeansWithServiceClass, setModelRef, setModelRefWithServiceClass, setProvider, setProviderComparator, setProviders, setSchemaLocation, setSchemaLocations, setServiceFactory, setServiceName, setupFactoryaddToBeans, checkPrivateEndpoint, getAddress, getBindingConfig, getBindingFactory, getBindingId, getBus, getConduitSelector, getDataBinding, getDestinationFactory, getEndpointName, getFeatures, getProperties, getProperties, getPublishedEndpointUrl, getServiceName, getTransportId, initializeAnnotationInterceptors, initializeAnnotationInterceptors, initializeAnnotationInterceptors, setAddress, setBindingConfig, setBindingFactory, setBindingId, setConduitSelector, setDataBinding, setDestinationFactory, setEndpointName, setEndpointReference, setFeatures, setPublishedEndpointUrl, setTransportIdpublic boolean isLoggingFeatureEnabled()
public void setLoggingFeatureEnabled(boolean loggingFeatureEnabled)
public int getLoggingSizeLimit()
public void setLoggingSizeLimit(int loggingSizeLimit)
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 void setSkipFaultLogging(boolean skipFaultLogging)
Apache Camel