Does/Can the marshaller property on the endpoint take in a list of marshaller beans so that the enpoint can return multiple types of classes. For example, I want one method in my endpoint to return ObjectX and another to return ObjectY - the endpoint takes in a Message object that steers the inovke into the proper method - and those methods may return different types. JiBX could resolve the object type through its binding map - right?
Seems like the only alternative to that is to map multiple endpoints and have a singe in/out object for each method (yuk!).


Reply With Quote
.