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(Message message)Intercepts a message. | 
| protected void | transformOS(Message message,
           OutputStream out) | 
| protected void | transformWriter(Message message,
               Writer writer) | 
| protected void | transformXWriter(Message message,
                XMLStreamWriter xWriter) | 
checkContextProperty, getXSLTTemplate, setContextPropertyNameaddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforepublic XSLTOutInterceptor(String xsltPath)
public void handleMessage(Message message)
Interceptorprotected void transformXWriter(Message message, XMLStreamWriter xWriter)
protected void transformOS(Message message, OutputStream out)
Apache CXF