org.talend.esb.policy.transformation.interceptor.xslt
Class HttpAwareXSLTInInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
org.talend.esb.policy.transformation.interceptor.xslt.AbstractHttpAwareXSLTInterceptor
org.talend.esb.policy.transformation.interceptor.xslt.HttpAwareXSLTInInterceptor
- All Implemented Interfaces:
- org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>, org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
public class HttpAwareXSLTInInterceptor
- extends AbstractHttpAwareXSLTInterceptor
| Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpAwareXSLTInInterceptor
public HttpAwareXSLTInInterceptor(String xsltPath)
HttpAwareXSLTInInterceptor
public HttpAwareXSLTInInterceptor(String phase,
Class<?> before,
Class<?> after,
String xsltPath)
performTransformation
public void performTransformation(org.apache.cxf.message.Message message)
- Specified by:
performTransformation in class AbstractHttpAwareXSLTInterceptor
transformXReader
protected void transformXReader(org.apache.cxf.message.Message message,
XMLStreamReader xReader)
transformIS
protected void transformIS(org.apache.cxf.message.Message message,
InputStream is)
transformReader
protected void transformReader(org.apache.cxf.message.Message message,
Reader reader)
Copyright © 2011–2014 Talend Inc.. All rights reserved.