@Configuration public class MusicConfig extends Object
| Constructor and Description |
|---|
MusicConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.cxf.bus.spring.SpringBus |
cxf() |
JaxRsApiApplication |
jaxRsApiApplication() |
org.apache.cxf.endpoint.Server |
jaxRsServer() |
org.codehaus.jackson.jaxrs.JacksonJsonProvider |
jsonProvider() |
MusicRestService |
musicRestService() |
MusicService |
musicService() |
@Bean(destroyMethod="shutdown") public org.apache.cxf.bus.spring.SpringBus cxf()
@Bean public org.apache.cxf.endpoint.Server jaxRsServer()
@Bean public JaxRsApiApplication jaxRsApiApplication()
@Bean public MusicRestService musicRestService()
@Bean public MusicService musicService()
@Bean public org.codehaus.jackson.jaxrs.JacksonJsonProvider jsonProvider()
Copyright © 2019 WSO2. All rights reserved.