Class AppConfig
- java.lang.Object
-
- org.wso2.am.integration.services.jaxrs.peoplesample.AppConfig
-
@Configuration public class AppConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description AppConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.cxf.bus.spring.SpringBuscxf()JaxRsApiApplicationjaxRsApiApplication()org.apache.cxf.endpoint.ServerjaxRsServer()org.codehaus.jackson.jaxrs.JacksonJsonProviderjsonProvider()PeopleRestServicepeopleRestService()PeopleServicepeopleService()
-
-
-
Method Detail
-
cxf
@Bean(destroyMethod="shutdown") public org.apache.cxf.bus.spring.SpringBus cxf()
-
jaxRsServer
@Bean public org.apache.cxf.endpoint.Server jaxRsServer()
-
jaxRsApiApplication
@Bean public JaxRsApiApplication jaxRsApiApplication()
-
peopleRestService
@Bean public PeopleRestService peopleRestService()
-
peopleService
@Bean public PeopleService peopleService()
-
jsonProvider
@Bean public org.codehaus.jackson.jaxrs.JacksonJsonProvider jsonProvider()
-
-