public abstract class AbstractTransformationPolicyInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
| Modifier and Type | Field and Description |
|---|---|
protected static String |
TRANSFORM_MAP |
protected static String |
XSLT_PATH |
| Constructor and Description |
|---|
AbstractTransformationPolicyInterceptor(String phase) |
AbstractTransformationPolicyInterceptor(String phase,
TransformationAssertion assertion) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
confirmPolicyProcessing(org.apache.cxf.message.Message message) |
void |
handleMessage(org.apache.cxf.message.Message message) |
protected abstract void |
proceedSimple(org.apache.cxf.message.Message message,
TransformationAssertion tas) |
protected abstract void |
proceedXSLT(org.apache.cxf.message.Message message,
TransformationAssertion tas) |
protected boolean |
shouldTransform(org.apache.cxf.message.Message message,
TransformationAssertion.MessageType msgType,
TransformationAssertion.AppliesToType appliesToType) |
protected static final String XSLT_PATH
protected static final String TRANSFORM_MAP
public AbstractTransformationPolicyInterceptor(String phase)
public AbstractTransformationPolicyInterceptor(String phase, TransformationAssertion assertion)
public void handleMessage(org.apache.cxf.message.Message message)
protected abstract void proceedXSLT(org.apache.cxf.message.Message message,
TransformationAssertion tas)
protected abstract void proceedSimple(org.apache.cxf.message.Message message,
TransformationAssertion tas)
protected boolean shouldTransform(org.apache.cxf.message.Message message,
TransformationAssertion.MessageType msgType,
TransformationAssertion.AppliesToType appliesToType)
protected void confirmPolicyProcessing(org.apache.cxf.message.Message message)
Copyright © 2011–2016 Talend Inc.. All rights reserved.