@Configuration public class AppConfig extends Object
| Constructor and Description |
|---|
AppConfig() |
| 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() |
PeopleRestService |
peopleRestService() |
PeopleService |
peopleService() |
@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 PeopleRestService peopleRestService()
@Bean public PeopleService peopleService()
@Bean public org.codehaus.jackson.jaxrs.JacksonJsonProvider jsonProvider()
Copyright © 2018 WSO2 Inc. All rights reserved.