[Resteasy-users] Performing XSD validation on incoming REST calls - implementing MessageBodyReaderInterceptor...question about MessageBodyReaderContext.getInputStream()

2014-06-03 Thread Scot Floess
All, I am attempting to perform XSD validation on incoming XML to REST. I'm using REST 2.3.7.Final (in EAP 6.2.2.GA). I found a few decent articles...one discussing @Decorator / @DecoratorTypes ( http://stackoverflow.com/questions/7570326/jboss-resteasy-jax-rs-jaxb-schema-validation-with-deco

Re: [Resteasy-users] media type and versioning

2014-07-18 Thread Scot Floess
All, I found a super easy solution to Tom's question... In the client, depending on how (and if) you use ProxyFactory (this assumes its being used), all one needs do is define their own messsage reader and viola, you can manage the unmarshalling. As a simple example, let's say you have a reso