- package com.hgwebservice.config;
- import org.springframework.context.annotation.Bean;
- import org.springframework.context.annotation.Configuration;
- @Configuration
- public class WebServiceClientConfig {
- @Bean
- public BSXmlWsEntryClassService bsXmlWsEntryClassService() {
- return new BSXmlWsEntryClassService();
- }
- }
|