Showing posts with label Unmarshaller.Listener. Show all posts
Showing posts with label Unmarshaller.Listener. Show all posts

August 16, 2011

Using an Unmarshaller.Listener to Capture the Location

Recently I came across a question on Stack Overflow asking how find where in the document an object was unmarshalled from. In this post I'll expand on my answer of using an XMLStreamReader and Unmarshaller.Listener to accomplish this.