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
Constructors Constructor Description BatchClientFactoryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanadd(BatchRequestItem item)protected org.apache.cxf.jaxrs.client.ClientProxyImplcreateClientProxy(org.apache.cxf.jaxrs.model.ClassResourceInfo cri, boolean isRoot, org.apache.cxf.jaxrs.client.ClientState actualState, Object[] varValues)List<BatchRequestItem>getBatchRequestItems()protected ConduitSelectorgetConduitSelector(Endpoint ep)-
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
-
-
-
-
Method Detail
-
getConduitSelector
protected ConduitSelector getConduitSelector(Endpoint ep)
- Overrides:
getConduitSelectorin 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:
createClientProxyin classorg.apache.cxf.jaxrs.client.JAXRSClientFactoryBean
-
add
public boolean add(BatchRequestItem item)
-
getBatchRequestItems
public List<BatchRequestItem> getBatchRequestItems()
-
-