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 |
setSkipFaultLogging(boolean skipFaultLogging) |
applyFeatures, create, create, createWebClient, createWithValues, getConduitSelector, getHeaders, getPassword, getServiceClass, getUsername, initClient, setClassLoader, setHeaders, setInheritHeaders, setInitialState, setPassword, setResourceClass, setSecondsToKeepState, setServiceClass, setThreadSafe, setUsername
checkResources, createBindingInfo, createEndpoint, createEndpointInfo, getBus, getProviders, getServiceFactory, isValidClassResourceInfo, setBus, setDataBindingProvider, setModelBeans, setModelBeans, setModelBeansWithServiceClass, setModelRef, setModelRefWithServiceClass, setProvider, setProviderComparator, setProviders, setSchemaLocation, setSchemaLocations, setServiceFactory, setServiceName, setupFactory
addToBeans, 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, setProperties, setPublishedEndpointUrl, setTransportId
public 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.ApplicationContextAware
org.springframework.beans.BeansException
public String getBeanId()
getBeanId
in interface BeanIdAware
public void setBeanId(String id)
setBeanId
in interface BeanIdAware
public void setSkipFaultLogging(boolean skipFaultLogging)
Apache Camel