Class ClientFactoryFactoryImpl

java.lang.Object
org.codice.ddf.cxf.client.impl.ClientFactoryFactoryImpl
All Implemented Interfaces:
org.codice.ddf.cxf.client.ClientFactoryFactory

@Deprecated public class ClientFactoryFactoryImpl extends Object implements org.codice.ddf.cxf.client.ClientFactoryFactory
Deprecated.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T>
    getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass)
    Deprecated.
     
    <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T>
    getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, String username, String password)
    Deprecated.
     
    <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T>
    getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, String sourceId, String discoveryUrl, String clientId, String clientSecret, String oauthFlow)
    Deprecated.
     
    <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T>
    getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects)
    Deprecated.
     
    <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T>
    getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, Integer connectionTimeout, Integer receiveTimeout)
    Deprecated.
     
    <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T>
    getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, Integer connectionTimeout, Integer receiveTimeout, String username, String password)
    Deprecated.
     
    <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T>
    getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, Integer connectionTimeout, Integer receiveTimeout, String certAlias, String keystorePath, String sslProtocol)
    Deprecated.
     
    <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T>
    getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, Integer connectionTimeout, Integer receiveTimeout, String sourceId, String discoveryUrl, String clientId, String clientSecret, String oauthFlow)
    Deprecated.
     
    <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T>
    getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, Integer connectionTimeout, Integer receiveTimeout, String certAlias, String keystorePath, String sslProtocol, String sourceId, String discoveryUrl, String clientId, String clientSecret, String oauthFlow)
    Deprecated.
     
    <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T>
    getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, Integer connectionTimeout, Integer receiveTimeout, String sourceId, String discoveryUrl, String clientId, String clientSecret, String username, String password, Map<String,String> additionalOauthParameters)
    Deprecated.
     
    <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T>
    getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, org.codice.ddf.configuration.PropertyResolver propertyResolver)
    Deprecated.
     
    void
    setClientBuilderFactory(org.codice.ddf.cxf.client.ClientBuilderFactory clientBuilderFactory)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ClientFactoryFactoryImpl

      public ClientFactoryFactoryImpl()
      Deprecated.
  • Method Details

    • setClientBuilderFactory

      public void setClientBuilderFactory(org.codice.ddf.cxf.client.ClientBuilderFactory clientBuilderFactory)
      Deprecated.
    • getSecureCxfClientFactory

      public <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T> getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, Integer connectionTimeout, Integer receiveTimeout, String username, String password)
      Deprecated.
      Specified by:
      getSecureCxfClientFactory in interface org.codice.ddf.cxf.client.ClientFactoryFactory
    • getSecureCxfClientFactory

      public <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T> getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, Integer connectionTimeout, Integer receiveTimeout, String certAlias, String keystorePath, String sslProtocol)
      Deprecated.
      Specified by:
      getSecureCxfClientFactory in interface org.codice.ddf.cxf.client.ClientFactoryFactory
    • getSecureCxfClientFactory

      public <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T> getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, Integer connectionTimeout, Integer receiveTimeout, String certAlias, String keystorePath, String sslProtocol, String sourceId, String discoveryUrl, String clientId, String clientSecret, String oauthFlow)
      Deprecated.
      Specified by:
      getSecureCxfClientFactory in interface org.codice.ddf.cxf.client.ClientFactoryFactory
    • getSecureCxfClientFactory

      public <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T> getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, Integer connectionTimeout, Integer receiveTimeout)
      Deprecated.
      Specified by:
      getSecureCxfClientFactory in interface org.codice.ddf.cxf.client.ClientFactoryFactory
    • getSecureCxfClientFactory

      public <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T> getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, Integer connectionTimeout, Integer receiveTimeout, String sourceId, String discoveryUrl, String clientId, String clientSecret, String oauthFlow)
      Deprecated.
      Specified by:
      getSecureCxfClientFactory in interface org.codice.ddf.cxf.client.ClientFactoryFactory
    • getSecureCxfClientFactory

      public <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T> getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, Integer connectionTimeout, Integer receiveTimeout, String sourceId, String discoveryUrl, String clientId, String clientSecret, String username, String password, Map<String,String> additionalOauthParameters)
      Deprecated.
      Specified by:
      getSecureCxfClientFactory in interface org.codice.ddf.cxf.client.ClientFactoryFactory
    • getSecureCxfClientFactory

      public <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T> getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects, org.codice.ddf.configuration.PropertyResolver propertyResolver)
      Deprecated.
      Specified by:
      getSecureCxfClientFactory in interface org.codice.ddf.cxf.client.ClientFactoryFactory
    • getSecureCxfClientFactory

      public <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T> getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, List<?> providers, org.apache.cxf.interceptor.Interceptor<? extends org.apache.cxf.message.Message> interceptor, boolean disableCnCheck, boolean allowRedirects)
      Deprecated.
      Specified by:
      getSecureCxfClientFactory in interface org.codice.ddf.cxf.client.ClientFactoryFactory
    • getSecureCxfClientFactory

      public <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T> getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, String username, String password)
      Deprecated.
      Specified by:
      getSecureCxfClientFactory in interface org.codice.ddf.cxf.client.ClientFactoryFactory
    • getSecureCxfClientFactory

      public <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T> getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass, String sourceId, String discoveryUrl, String clientId, String clientSecret, String oauthFlow)
      Deprecated.
      Specified by:
      getSecureCxfClientFactory in interface org.codice.ddf.cxf.client.ClientFactoryFactory
    • getSecureCxfClientFactory

      public <T> org.codice.ddf.cxf.client.SecureCxfClientFactory<T> getSecureCxfClientFactory(String endpointUrl, Class<T> interfaceClass)
      Deprecated.
      Specified by:
      getSecureCxfClientFactory in interface org.codice.ddf.cxf.client.ClientFactoryFactory