Class BatchClientFactoryBean

  • All Implemented Interfaces:
    org.apache.cxf.interceptor.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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean 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)  
      List<BatchRequestItem> getBatchRequestItems()  
      protected org.apache.cxf.endpoint.ConduitSelector getConduitSelector​(org.apache.cxf.endpoint.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
    • Constructor Detail

      • BatchClientFactoryBean

        public BatchClientFactoryBean()
    • Method Detail

      • getConduitSelector

        protected org.apache.cxf.endpoint.ConduitSelector getConduitSelector​(org.apache.cxf.endpoint.Endpoint ep)
        Overrides:
        getConduitSelector in class org.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 class org.apache.cxf.jaxrs.client.JAXRSClientFactoryBean