All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.nicklaus4.webservice.client.WSInvokeConfiguration Maven / Gradle / Ivy

The newest version!
package com.github.nicklaus4.webservice.client;

import org.apache.cxf.jaxws.JaxWsProxyFactoryBean;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

/**
 * ws client config
 *
 * @author weishibai
 * @date 2019/03/26 11:13 PM
 */
@Configuration
public class WSInvokeConfiguration {


    @Bean
    public JaxWsProxyFactoryBean jaxWsProxyFactoryBean() {
        return new JaxWsProxyFactoryBean();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy