I am trying to add custom JAXB adapter for date formatting.
The <oxm:jaxb2-marshaller../> tag does not have option to add adapters.
I checked the Javadoc of...
Type: Posts; User: springtantra; Keyword(s):
I am trying to add custom JAXB adapter for date formatting.
The <oxm:jaxb2-marshaller../> tag does not have option to add adapters.
I checked the Javadoc of...
I have a situation where I need to process files. There are 3 kinds of file for which I have three different service classes. I have a file reader which reads files from a predefined directory. Now I...