CXF
iamfjg
这个作者很懒,什么都没留下…
展开
-
如何开发一个Service
CXF provides you with many options to build services. This guide is meant to give you a quick overview of those options and help you orient yourself quickly with CXF. Different Types Of Servi...原创 2013-07-10 22:31:24 · 121 阅读 · 0 评论 -
How do I develop a client?
CXF provides you with many options to build clients for your services. This guide is meant to give you a quick overview of those options and help you orient yourself quickly with CXF. Building...原创 2013-07-10 22:36:36 · 174 阅读 · 0 评论 -
Frontend
Frontend CXF provides the concept of frontend modeling, which lets you create web services using different frontend APIs. The APIs let you create a web service using simple factory beans and JA...原创 2015-03-09 13:10:43 · 270 阅读 · 0 评论 -
Messaging and Interceptors
Messaging and Interceptors One of the important elements of CXF architecture is the Interceptor components. Interceptors are components that intercept the messages exchanged or passed between we...原创 2015-03-09 13:36:41 · 101 阅读 · 0 评论 -
Service model
Service model The Service model, in a true sense, models your service. It is a framework of components that represents a service in a WSDL-like model. It provides functionality to create various...原创 2015-03-09 14:10:53 · 818 阅读 · 0 评论 -
Data binding
Data binding Data binding is the key for any web service development. Data binding means mapping between Java objects and XML elements. As we know, with web service, messages are exchanged as X...原创 2015-03-09 14:43:03 · 164 阅读 · 0 评论