Package org.apache.cxf.feature.transform
Class XSLTOutInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.feature.transform.AbstractXSLTInterceptor
org.apache.cxf.feature.transform.XSLTOutInterceptor
- All Implemented Interfaces:
Interceptor<Message>
,PhaseInterceptor<Message>
Class provides XSLT transformation of outgoing message.
Actually it breaks streaming (can be fixed in further versions when XSLT engine supports XML stream)
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Constructor Summary
ConstructorDescriptionXSLTOutInterceptor
(String xsltPath) XSLTOutInterceptor
(String phase, Class<?> before, Class<?> after, String xsltPath) -
Method Summary
Modifier and TypeMethodDescriptionvoid
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) Methods inherited from class org.apache.cxf.feature.transform.AbstractXSLTInterceptor
checkContextProperty, getXSLTTemplate, setContextPropertyName
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
Constructor Details
-
XSLTOutInterceptor
-
XSLTOutInterceptor
-
-
Method Details
-
handleMessage
Description copied from interface:Interceptor
Intercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this. -
transformXWriter
-
transformOS
-
transformWriter
-