org.apache.cxf.rs.security.jose.jaxrs
Class JwsWriterInterceptor
java.lang.Object
org.apache.cxf.rs.security.jose.jaxrs.AbstractJwsWriterProvider
org.apache.cxf.rs.security.jose.jaxrs.JwsWriterInterceptor
- All Implemented Interfaces:
- javax.ws.rs.ext.WriterInterceptor
@Priority(value=1002)
public class JwsWriterInterceptor
- extends AbstractJwsWriterProvider
- implements javax.ws.rs.ext.WriterInterceptor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JwsWriterInterceptor
public JwsWriterInterceptor()
aroundWriteTo
public void aroundWriteTo(javax.ws.rs.ext.WriterInterceptorContext ctx)
throws IOException,
javax.ws.rs.WebApplicationException
- Specified by:
aroundWriteTo in interface javax.ws.rs.ext.WriterInterceptor
- Throws:
IOException
javax.ws.rs.WebApplicationException
setContentTypeRequired
public void setContentTypeRequired(boolean contentTypeRequired)
setUseJwsOutputStream
public void setUseJwsOutputStream(boolean useJwsOutputStream)
Apache CXF