Class BatchClientFactoryBean
java.lang.Object
org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
org.apache.cxf.endpoint.AbstractEndpointFactory
org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
org.apache.syncope.client.lib.batch.BatchClientFactoryBean
- All Implemented Interfaces:
InterceptorProvider
public class BatchClientFactoryBean
extends org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
-
Field Summary
Fields inherited from class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
headers, inheritHeaders, initialState, LOG, password, proxyLoader, serviceClass, threadSafe, timeToKeepState, username
Fields inherited from class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
entityProviders, schemaLocations, serviceFactory
Fields inherited from class org.apache.cxf.endpoint.AbstractEndpointFactory
address, bindingConfig, bindingFactory, bindingId, bus, conduitSelector, dataBinding, destinationFactory, endpointName, endpointReference, features, properties, publishedEndpointUrl, serviceName, transportId
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
add
(BatchRequestItem item) protected org.apache.cxf.jaxrs.client.ClientProxyImpl
createClientProxy
(org.apache.cxf.jaxrs.model.ClassResourceInfo cri, boolean isRoot, org.apache.cxf.jaxrs.client.ClientState actualState, Object[] varValues) protected ConduitSelector
Methods inherited from class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
applyFeatures, create, create, createWebClient, createWithValues, getActualState, getConfigurableFor, getHeaders, getPassword, getServiceClass, getUsername, initClient, notifyLifecycleManager, setClassLoader, setHeaders, setInheritHeaders, setInitialState, setPassword, setResourceClass, setSecondsToKeepState, setServiceClass, setThreadSafe, setUsername
Methods inherited from class org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean
checkResources, createBindingInfo, createEndpoint, createEndpointInfo, getBus, getProviders, getServiceFactory, isValidClassResourceInfo, setBus, setDataBindingProvider, setModelBeans, setModelBeans, setModelBeansWithServiceClass, setModelRef, setModelRefWithServiceClass, setProvider, setProviderComparator, setProviders, setSchemaLocation, setSchemaLocations, setServiceFactory, setServiceName, setupFactory
Methods inherited from class org.apache.cxf.endpoint.AbstractEndpointFactory
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
Methods inherited from class org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
getInFaultInterceptors, getInInterceptors, getOutFaultInterceptors, getOutInterceptors, setInFaultInterceptors, setInInterceptors, setOutFaultInterceptors, setOutInterceptors
-
Constructor Details
-
BatchClientFactoryBean
public BatchClientFactoryBean()
-
-
Method Details
-
getConduitSelector
- Overrides:
getConduitSelector
in classorg.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
-
createClientProxy
protected org.apache.cxf.jaxrs.client.ClientProxyImpl createClientProxy(org.apache.cxf.jaxrs.model.ClassResourceInfo cri, boolean isRoot, org.apache.cxf.jaxrs.client.ClientState actualState, Object[] varValues) - Overrides:
createClientProxy
in classorg.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
-
add
-
getBatchRequestItems
-