Apache CXF API

org.apache.cxf.jaxrs.impl
Class ReaderInterceptorMBR

java.lang.Object
  extended by org.apache.cxf.jaxrs.impl.ReaderInterceptorMBR
All Implemented Interfaces:
javax.ws.rs.ext.ReaderInterceptor

public class ReaderInterceptorMBR
extends Object
implements javax.ws.rs.ext.ReaderInterceptor


Constructor Summary
ReaderInterceptorMBR(javax.ws.rs.ext.MessageBodyReader<?> reader, Message m)
           
 
Method Summary
 Object aroundReadFrom(javax.ws.rs.ext.ReaderInterceptorContext c)
           
 javax.ws.rs.ext.MessageBodyReader<?> getMBR()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReaderInterceptorMBR

public ReaderInterceptorMBR(javax.ws.rs.ext.MessageBodyReader<?> reader,
                            Message m)
Method Detail

getMBR

public javax.ws.rs.ext.MessageBodyReader<?> getMBR()

aroundReadFrom

public Object aroundReadFrom(javax.ws.rs.ext.ReaderInterceptorContext c)
                      throws IOException,
                             javax.ws.rs.WebApplicationException
Specified by:
aroundReadFrom in interface javax.ws.rs.ext.ReaderInterceptor
Throws:
IOException
javax.ws.rs.WebApplicationException

Apache CXF API

Apache CXF