Class HttpTracingFactoryBean

  • All Implemented Interfaces:
    org.springframework.beans.factory.FactoryBean

    public class HttpTracingFactoryBean
    extends Object
    implements org.springframework.beans.factory.FactoryBean
    Spring XML config does not support chained builders. This converts accordingly
    • Constructor Detail

      • HttpTracingFactoryBean

        public HttpTracingFactoryBean()
    • Method Detail

      • getObject

        public HttpTracing getObject()
        Specified by:
        getObject in interface org.springframework.beans.factory.FactoryBean
      • getObjectType

        public Class<? extends HttpTracing> getObjectType()
        Specified by:
        getObjectType in interface org.springframework.beans.factory.FactoryBean
      • isSingleton

        public boolean isSingleton()
        Specified by:
        isSingleton in interface org.springframework.beans.factory.FactoryBean
      • setTracing

        public void setTracing​(Tracing tracing)
      • setClientRequestParser

        public void setClientRequestParser​(HttpRequestParser clientRequestParser)
      • setClientResponseParser

        public void setClientResponseParser​(HttpResponseParser clientResponseParser)
      • setServerRequestParser

        public void setServerRequestParser​(HttpRequestParser serverRequestParser)
      • setServerResponseParser

        public void setServerResponseParser​(HttpResponseParser serverResponseParser)