Class PartialServiceClientFactoryCxf

    • Constructor Detail

      • PartialServiceClientFactoryCxf

        public PartialServiceClientFactoryCxf()
    • Method Detail

      • createClientPolicy

        protected org.apache.cxf.transports.http.configuration.HTTPClientPolicy createClientPolicy​(ServiceContext<?> context)
        Parameters:
        context - the ServiceContext.
        Returns:
        the HTTPClientPolicy for the configuration or null to use defaults.
      • applyInterceptors

        protected void applyInterceptors​(ServiceContext<?> context,
                                         org.apache.cxf.interceptor.InterceptorProvider client)
        Applies CXF interceptors to the given serviceClient.
        Parameters:
        context - the ServiceContext.
        client - the InterceptorProvider.
      • applyClientPolicy

        protected void applyClientPolicy​(ServiceContext<?> context,
                                         org.apache.cxf.transport.http.HTTPConduit conduit)
        Parameters:
        context - the ServiceContext.
        conduit - the HTTPConduit where to apply the HTTPClientPolicy to.