@Configuration public class CxConfig extends Object
| Constructor and Description |
|---|
CxConfig(CxProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.web.client.RestTemplate |
getRestTemplate() |
org.springframework.oxm.jaxb.Jaxb2Marshaller |
marshaller() |
org.springframework.ws.client.core.WebServiceTemplate |
webServiceTemplate(org.springframework.oxm.jaxb.Jaxb2Marshaller marshaller) |
public CxConfig(CxProperties properties)
@Bean(name="cxRestTemplate") public org.springframework.web.client.RestTemplate getRestTemplate()
@Bean public org.springframework.oxm.jaxb.Jaxb2Marshaller marshaller()
@Bean public org.springframework.ws.client.core.WebServiceTemplate webServiceTemplate(org.springframework.oxm.jaxb.Jaxb2Marshaller marshaller)
Copyright © 2020. All rights reserved.