130131132133134135136137138139140
{ message.addOutboundAttachment(dataSource.getName(), new DataHandler(dataSource)); } catch (Exception e) { throw new IBeansException(e); } } //Add the properties to the invocation scope for (String key : data.getPropertyParams().keySet())
160161162163164165166167
{ return new MuleResponseMessage(message); } catch (MimeTypeParseException e) { throw new IBeansException(e); } }
8384858687888990
((ExpressionFilter)errorFilter).setMuleContext(muleContext); return new ErrorFilterHolder(mimeType, errorFilter); } catch (Exception e) { throw new IBeansException("Failed to parse error filter from annotation: " + anno, e); } }