public class CorbaStreamInInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
| Constructor and Description |
|---|
CorbaStreamInInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected QName |
getMessageParamQName(org.apache.cxf.service.model.MessageInfo msgInfo,
String paramName,
int index) |
protected String |
getWrappedParamNamespace(org.apache.cxf.service.model.MessageInfo msgInfo) |
void |
handleMessage(org.apache.cxf.message.Message message) |
protected NVList |
prepareArguments(CorbaMessage corbaMsg,
org.apache.cxf.service.model.InterfaceInfo info,
OperationType opType,
QName opQName,
CorbaTypeMap typeMap,
CorbaDestination destination,
org.apache.cxf.service.model.ServiceInfo service) |
protected NVList |
prepareDIIArgsList(CorbaMessage corbaMsg,
org.apache.cxf.service.model.BindingOperationInfo boi,
CorbaStreamable[] streamables,
List<ParamType> paramTypes,
CorbaTypeMap map,
ORB orb,
org.apache.cxf.service.model.ServiceInfo service) |
public void handleMessage(org.apache.cxf.message.Message message)
throws org.apache.cxf.interceptor.Fault
org.apache.cxf.interceptor.Faultprotected NVList prepareArguments(CorbaMessage corbaMsg, org.apache.cxf.service.model.InterfaceInfo info, OperationType opType, QName opQName, CorbaTypeMap typeMap, CorbaDestination destination, org.apache.cxf.service.model.ServiceInfo service)
protected NVList prepareDIIArgsList(CorbaMessage corbaMsg, org.apache.cxf.service.model.BindingOperationInfo boi, CorbaStreamable[] streamables, List<ParamType> paramTypes, CorbaTypeMap map, ORB orb, org.apache.cxf.service.model.ServiceInfo service)
protected QName getMessageParamQName(org.apache.cxf.service.model.MessageInfo msgInfo, String paramName, int index)
protected String getWrappedParamNamespace(org.apache.cxf.service.model.MessageInfo msgInfo)
Apache CXF