public class OutputPayloadInterceptor
extends org.apache.cxf.interceptor.AbstractOutDatabindingInterceptor
| Constructor and Description |
|---|
OutputPayloadInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
cleanUpPayload(Object payload) |
protected void |
ensurePartIndexMatchListIndex(org.apache.cxf.message.MessageContentsList contentList,
List<org.apache.cxf.service.model.MessagePartInfo> parts)
Ensures that each part's content is in the right place in the content list.
|
protected Object |
getDelayedResultCallback(DelayedResult r) |
void |
handleMessage(org.apache.cxf.message.Message message) |
getDataWriter, getXMLStreamWriter, isRequestor, setOperationSchemaValidation, shouldBuffer, shouldValidate, writeParts, writeToOutputStreampublic void handleMessage(org.apache.cxf.message.Message message)
throws org.apache.cxf.interceptor.Fault
org.apache.cxf.interceptor.Faultprotected void ensurePartIndexMatchListIndex(org.apache.cxf.message.MessageContentsList contentList,
List<org.apache.cxf.service.model.MessagePartInfo> parts)
protected Object getDelayedResultCallback(DelayedResult r)
Copyright © 2003–2020 MuleSoft, Inc.. All rights reserved.