@Configuration
@ConditionalOnClass(value=org.apache.cxf.transport.servlet.CXFServlet.class)
@PropertySource(value="classpath:spring-boot-starter-cxf.properties")
@Import(value={XmlValidationConfiguration.class,SoapMessageLoggerConfiguration.class,TimeLoggingConfiguration.class})
public class CxfAutoConfiguration
extends Object
| Constructor and Description |
|---|
CxfAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
baseAndServiceEndingUrl() |
String |
baseUrl() |
org.springframework.boot.web.servlet.ServletRegistrationBean |
cxfDispatcherServlet() |
Endpoint |
endpoint() |
Object |
seiImplementation() |
String |
serviceUrlEnding() |
void |
setUp() |
org.apache.cxf.bus.spring.SpringBus |
springBus() |
WebServiceAutoDetector |
webServiceAutoDetector() |
Service |
webServiceClient() |
@Bean public WebServiceAutoDetector webServiceAutoDetector() throws BootStarterCxfException
BootStarterCxfException@PostConstruct public void setUp() throws BootStarterCxfException
BootStarterCxfException@Bean
@ConditionalOnProperty(name="endpoint.autoinit",
matchIfMissing=true)
public org.springframework.boot.web.servlet.ServletRegistrationBean cxfDispatcherServlet()
@Bean(name="cxf")
@ConditionalOnProperty(name="endpoint.autoinit",
matchIfMissing=true)
public org.apache.cxf.bus.spring.SpringBus springBus()
@Bean
@ConditionalOnProperty(name="endpoint.autoinit",
matchIfMissing=true)
public Object seiImplementation()
throws BootStarterCxfException
BootStarterCxfException@Bean
@ConditionalOnProperty(name="endpoint.autoinit",
matchIfMissing=true)
public Endpoint endpoint()
throws BootStarterCxfException
BootStarterCxfException@Bean public Service webServiceClient() throws BootStarterCxfException
BootStarterCxfExceptionpublic String baseUrl()
public String serviceUrlEnding()
public String baseAndServiceEndingUrl()
Copyright © 2019. All rights reserved.