Package org.apache.cxf.jaxrs.impl
Class WriterInterceptorMBW
java.lang.Object
org.apache.cxf.jaxrs.impl.WriterInterceptorMBW
- All Implemented Interfaces:
jakarta.ws.rs.ext.WriterInterceptor
-
Constructor Summary
ConstructorsConstructorDescriptionWriterInterceptorMBW(jakarta.ws.rs.ext.MessageBodyWriter<Object> writer, org.apache.cxf.message.Message m) -
Method Summary
Modifier and TypeMethodDescriptionvoidaroundWriteTo(jakarta.ws.rs.ext.WriterInterceptorContext c) jakarta.ws.rs.ext.MessageBodyWriter<Object>getMBW()
-
Constructor Details
-
WriterInterceptorMBW
public WriterInterceptorMBW(jakarta.ws.rs.ext.MessageBodyWriter<Object> writer, org.apache.cxf.message.Message m)
-
-
Method Details
-
getMBW
-
aroundWriteTo
public void aroundWriteTo(jakarta.ws.rs.ext.WriterInterceptorContext c) throws IOException, jakarta.ws.rs.WebApplicationException - Specified by:
aroundWriteToin interfacejakarta.ws.rs.ext.WriterInterceptor- Throws:
IOExceptionjakarta.ws.rs.WebApplicationException
-