public class OutputXSLTUtil extends AbstractXSLTUtil
| Modifier and Type | Class and Description |
|---|---|
static class |
OutputXSLTUtil.TransformationOutEndingInterceptor |
static class |
OutputXSLTUtil.XSLTCachedWriter |
static class |
OutputXSLTUtil.XSLTStreamWriter |
| Constructor and Description |
|---|
OutputXSLTUtil(String xsltPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
performTransformation(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, handleMessage, isGET, isRequestor, setContextPropertyNamepublic OutputXSLTUtil(String xsltPath)
public void performTransformation(org.apache.cxf.message.Message message)
performTransformation in class AbstractXSLTUtilprotected 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)
Copyright © 2011–2016 Talend Inc.. All rights reserved.