public class CorbaStreamInInterceptor extends AbstractPhaseInterceptor<Message>
| Constructor and Description |
|---|
CorbaStreamInInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected QName |
getMessageParamQName(MessageInfo msgInfo,
String paramName,
int index) |
protected String |
getWrappedParamNamespace(MessageInfo msgInfo) |
void |
handleMessage(Message message)
Intercepts a message.
|
protected NVList |
prepareArguments(CorbaMessage corbaMsg,
InterfaceInfo info,
OperationType opType,
QName opQName,
CorbaTypeMap typeMap,
CorbaDestination destination,
ServiceInfo service) |
protected NVList |
prepareDIIArgsList(CorbaMessage corbaMsg,
BindingOperationInfo boi,
CorbaStreamable[] streamables,
List<ParamType> paramTypes,
CorbaTypeMap map,
ORB orb,
ServiceInfo service) |
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBeforepublic void handleMessage(Message message) throws Fault
InterceptorFaultprotected NVList prepareArguments(CorbaMessage corbaMsg, InterfaceInfo info, OperationType opType, QName opQName, CorbaTypeMap typeMap, CorbaDestination destination, ServiceInfo service)
protected NVList prepareDIIArgsList(CorbaMessage corbaMsg, BindingOperationInfo boi, CorbaStreamable[] streamables, List<ParamType> paramTypes, CorbaTypeMap map, ORB orb, ServiceInfo service)
protected QName getMessageParamQName(MessageInfo msgInfo, String paramName, int index)
protected String getWrappedParamNamespace(MessageInfo msgInfo)
Apache CXF