-
Jul 13th, 2012, 05:28 AM
#1
Spring Web Services + JiBX
Hi,
I'm trying to setup the latest Spring Web Service with JiBX. I would like to use a combination of @Endpoint with @PayloadRoot annotations, however, JiBX creates marshallers for each request/response object, and I can't work out how this works with Spring Web Services which expects a single Marshaller object.
Does anybody have an example of Spring WS with JiBX?
Thanks in advance,
Kevin.
-
Jul 13th, 2012, 07:40 AM
#2
The fact that the spring abstraction requires a single (Un)Marshaller doesn't mean the internals of that marshaller also use a single instance. Have you actually tried and configured the JibxMarshaller and test?!
So in short I don't really see a problem...
-
Jul 17th, 2012, 07:47 AM
#3
I think there is no problem with it !
-
Jul 26th, 2012, 01:00 PM
#4
There is no problem at all!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules