control.verify();
}
public void testprepareDIIArgsList() throws Exception {
CorbaInInterceptor inInterceptor = new CorbaInInterceptor();
CorbaStaxObject corbaStaxObject = new CorbaStaxObject();
Message msg = new MessageImpl();
CorbaMessage message = new CorbaMessage(msg);
List<CorbaTypeMap> typeMaps = new ArrayList<CorbaTypeMap>();
CorbaDestination destination = testUtils.getExceptionTypesTestDestination();
ServiceInfo service = destination.getBindingInfo().getService();
List<TypeMappingType> corbaTypes = service.getDescription().getExtensors(TypeMappingType.class);
if (corbaTypes != null) {
CorbaUtils.createCorbaTypeMap(typeMaps, corbaTypes);
corbaStaxObject.setTypeMaps(typeMaps);
}
QName name = new QName("http://schemas.apache.org/idl/except", "review_data", "");
BindingInfo bInfo = destination.getBindingInfo();
BindingOperationInfo bopInfo = bInfo.getOperation(name);