public abstract class AbstractJsonpOutInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractJsonpOutInterceptor(String phase) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getCallbackValue(org.apache.cxf.message.Message message) |
protected void |
writeValue(org.apache.cxf.message.Message message,
String value) |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforeprotected AbstractJsonpOutInterceptor(String phase)
Apache CXF