org.apache.cxf.jaxrs.impl
Class WriterInterceptorMBW
java.lang.Object
org.apache.cxf.jaxrs.impl.WriterInterceptorMBW
- All Implemented Interfaces:
- javax.ws.rs.ext.WriterInterceptor
public class WriterInterceptorMBW
- extends Object
- implements javax.ws.rs.ext.WriterInterceptor
Method Summary |
void |
aroundWriteTo(javax.ws.rs.ext.WriterInterceptorContext c)
|
javax.ws.rs.ext.MessageBodyWriter<Object> |
getMBW()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WriterInterceptorMBW
public WriterInterceptorMBW(javax.ws.rs.ext.MessageBodyWriter<Object> writer,
Message m)
getMBW
public javax.ws.rs.ext.MessageBodyWriter<Object> getMBW()
aroundWriteTo
public void aroundWriteTo(javax.ws.rs.ext.WriterInterceptorContext c)
throws IOException,
javax.ws.rs.WebApplicationException
- Specified by:
aroundWriteTo
in interface javax.ws.rs.ext.WriterInterceptor
- Throws:
IOException
javax.ws.rs.WebApplicationException
Apache CXF