Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
commit d8e267e8938327d4358d2a9743dd5997c6888517 Author: Clement Escoffier <[email protected]> Date: Sat Apr 19 17:13:52 2014 +0200 Implement the XML service (#28) The XML service implementation is merge with the JSON service implementation as both are based on Jackson. It also simplifies the Jackson Module management Signed-off-by: Clement Escoffier <[email protected]> commit 0e41b3c44b61ae2e465c2c3cb384a15da48178ee Author: Clement Escoffier <[email protected]> Date: Sat Apr 19 17:11:13 2014 +0200 Provides a XML body parser and serializer (#28) Signed-off-by: Clement Escoffier <[email protected]> commit 1427b77bd2c43889d496942b1b61b32c3708052c Author: Clement Escoffier <[email protected]> Date: Sat Apr 19 17:10:49 2014 +0200 Small improvements in the XML service (#28) added a newDocument method Use Charset instead of String Signed-off-by: Clement Escoffier <[email protected]> commit 42e62e529326f8baed9fa19cde87137f3f61ad50 Author: Clement Escoffier <[email protected]> Date: Sat Apr 19 12:19:26 2014 +0200 Add method to provides XML document as response's payload (#28) Signed-off-by: Clement Escoffier <[email protected]> commit a52a9b840108f8dc60d63671d98bca46529bbba5 Author: Clement Escoffier <[email protected]> Date: Sat Apr 19 11:54:22 2014 +0200 Provide a renderable implementation taking an XML document as parameter. This implementation does not use Jackson as the JRE provides enough facilities. Signed-off-by: Clement Escoffier <[email protected]> commit bc172308abd746e92b4904a5e5832e1208206820 Author: Clement Escoffier <[email protected]> Date: Sat Apr 19 11:49:24 2014 +0200 Initial definition of the XML service (#28) Signed-off-by: Clement Escoffier <[email protected]> commit 6ac12abedd5cab08795774fa45c3844afc779a51 Author: Clement Escoffier <[email protected]> Date: Sat Apr 19 11:13:03 2014 +0200 Added XML related bundle to the base distribution (#28) Signed-off-by: Clement Escoffier <[email protected]> Signed-off-by: Clement Escoffier <[email protected]>
- Loading branch information