@Priority(value=1002) public class JwsWriterInterceptor extends AbstractJwsWriterProvider implements javax.ws.rs.ext.WriterInterceptor
Constructor and Description |
---|
JwsWriterInterceptor() |
Modifier and Type | Method and Description |
---|---|
void |
aroundWriteTo(javax.ws.rs.ext.WriterInterceptorContext ctx) |
void |
setContentTypeRequired(boolean contentTypeRequired) |
void |
setUseJwsOutputStream(boolean useJwsOutputStream) |
getInitializedSigProvider, setRequestContextProperty, setSignatureProvider, writeJws
public void aroundWriteTo(javax.ws.rs.ext.WriterInterceptorContext ctx) throws IOException, javax.ws.rs.WebApplicationException
aroundWriteTo
in interface javax.ws.rs.ext.WriterInterceptor
IOException
javax.ws.rs.WebApplicationException
public void setContentTypeRequired(boolean contentTypeRequired)
public void setUseJwsOutputStream(boolean useJwsOutputStream)
Apache CXF