I would like to introduce caching into an existing Spring project which uses JAXB to expose WebServices. Caching will be done on the level of end points. In order to do that
in order to get interface Serializable add following binding information to the xsd-file:
xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" jaxb:version="2.0"> .....