Class CorbaStreamInInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.binding.corba.interceptors.CorbaStreamInInterceptor
- All Implemented Interfaces:
Interceptor<Message>,PhaseInterceptor<Message>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected QNamegetMessageParamQName(MessageInfo msgInfo, String paramName, int index) protected StringgetWrappedParamNamespace(MessageInfo msgInfo) voidhandleMessage(Message message) Intercepts a message.protected org.omg.CORBA.NVListprepareArguments(CorbaMessage corbaMsg, InterfaceInfo info, OperationType opType, QName opQName, CorbaTypeMap typeMap, CorbaDestination destination, ServiceInfo service) protected org.omg.CORBA.NVListprepareDIIArgsList(CorbaMessage corbaMsg, BindingOperationInfo boi, CorbaStreamable[] streamables, List<ParamType> paramTypes, CorbaTypeMap map, org.omg.CORBA.ORB orb, ServiceInfo service) Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
Constructor Details
-
CorbaStreamInInterceptor
public CorbaStreamInInterceptor()
-
-
Method Details
-
handleMessage
Description copied from interface:InterceptorIntercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.- Throws:
Fault
-
prepareArguments
protected org.omg.CORBA.NVList prepareArguments(CorbaMessage corbaMsg, InterfaceInfo info, OperationType opType, QName opQName, CorbaTypeMap typeMap, CorbaDestination destination, ServiceInfo service) -
prepareDIIArgsList
protected org.omg.CORBA.NVList prepareDIIArgsList(CorbaMessage corbaMsg, BindingOperationInfo boi, CorbaStreamable[] streamables, List<ParamType> paramTypes, CorbaTypeMap map, org.omg.CORBA.ORB orb, ServiceInfo service) -
getMessageParamQName
-
getWrappedParamNamespace
-