public class XSLTOutInterceptor extends AbstractXSLTInterceptor
| Modifier and Type | Class and Description |
|---|---|
static class |
XSLTOutInterceptor.XSLTCachedOutputStreamCallback |
static class |
XSLTOutInterceptor.XSLTCachedWriter |
static class |
XSLTOutInterceptor.XSLTStreamWriter |
| Constructor and Description |
|---|
XSLTOutInterceptor(String xsltPath) |
XSLTOutInterceptor(String phase,
Class<?> before,
Class<?> after,
String xsltPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleMessage(org.apache.cxf.message.Message message) |
protected void |
transformOS(org.apache.cxf.message.Message message,
OutputStream out) |
protected void |
transformWriter(org.apache.cxf.message.Message message,
Writer writer) |
protected void |
transformXWriter(org.apache.cxf.message.Message message,
XMLStreamWriter xWriter) |
checkContextProperty, getXSLTTemplate, setContextPropertyNamepublic XSLTOutInterceptor(String xsltPath)
public void handleMessage(org.apache.cxf.message.Message message)
protected void transformXWriter(org.apache.cxf.message.Message message,
XMLStreamWriter xWriter)
protected void transformOS(org.apache.cxf.message.Message message,
OutputStream out)
protected void transformWriter(org.apache.cxf.message.Message message,
Writer writer)
Apache CXF