Class ApacheClientFactoryImpl

    • Constructor Detail

      • ApacheClientFactoryImpl

        public ApacheClientFactoryImpl()
        Creates a ClientFactory with the default configuration, which uses Jackson as the JSON marshaller.
      • ApacheClientFactoryImpl

        public ApacheClientFactoryImpl​(com.sun.jersey.api.client.config.ClientConfig config)
        Creates a ClientFactory with the provided configuration.
        Parameters:
        config - a ClientConfig
    • Method Detail

      • create

        public com.sun.jersey.api.client.Client create()
        Creates a Jersey client.
        Specified by:
        create in interface JerseyClientFactory
        Returns:
        a new Client instance