@Configuration
@ConditionalOnWebApplication
@ConditionalOnClass(value=org.apache.cxf.management.InstrumentationManager.class)
@ConditionalOnProperty(prefix="cxf.manager",
value="enabled",
havingValue="true")
@EnableConfigurationProperties(value=CxfJaxwsManagerProperties.class)
public class CxfJaxwsManagerConfiguration
extends Object
| 构造器和说明 |
|---|
CxfJaxwsManagerConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.cxf.management.counters.CounterRepository |
counterRepository(org.apache.cxf.Bus bus) |
org.apache.cxf.management.InstrumentationManager |
instrumentationManager(org.apache.cxf.Bus bus,
CxfJaxwsManagerProperties properties) |
@Bean
@ConditionalOnMissingBean(value=org.apache.cxf.management.jmx.InstrumentationManagerImpl.class)
public org.apache.cxf.management.InstrumentationManager instrumentationManager(org.apache.cxf.Bus bus,
CxfJaxwsManagerProperties properties)
@Bean @ConditionalOnMissingBean(value=org.apache.cxf.management.jmx.InstrumentationManagerImpl.class) public org.apache.cxf.management.counters.CounterRepository counterRepository(org.apache.cxf.Bus bus)
Copyright © 2019. All rights reserved.