Interface JerseyClientFactory

All Known Implementing Classes:
ApacheClientFactoryImpl

public interface JerseyClientFactory
Abstract factory for building Jersey clients. Copied from jira-testkit-client
  • Method Summary

    Modifier and Type
    Method
    Description
    javax.ws.rs.client.Client
    Creates a Jersey client.
  • Method Details

    • create

      javax.ws.rs.client.Client create()
      Creates a Jersey client.
      Returns:
      a new Client instance