Class HttpClientRequestFactoryBean

java.lang.Object
org.citrusframework.http.security.HttpClientRequestFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<org.springframework.http.client.ClientHttpRequestFactory>

public class HttpClientRequestFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<org.springframework.http.client.ClientHttpRequestFactory>
  • Constructor Details

    • HttpClientRequestFactoryBean

      public HttpClientRequestFactoryBean(HttpAuthentication auth)
  • Method Details

    • getObject

      public org.springframework.http.client.ClientHttpRequestFactory getObject() throws Exception
      Specified by:
      getObject in interface org.springframework.beans.factory.FactoryBean<org.springframework.http.client.ClientHttpRequestFactory>
      Throws:
      Exception
    • getObjectType

      public Class<?> getObjectType()
      Specified by:
      getObjectType in interface org.springframework.beans.factory.FactoryBean<org.springframework.http.client.ClientHttpRequestFactory>
    • setRequestUrl

      public void setRequestUrl(String requestUrl)