|
Change Parameter Type map : Map<String,DataHandler> to map : Map<String,Attachment> in method protected extractAttachmentsFromMultipart(mp Multipart, map Map<String,Attachment>) : void in class org.apache.camel.component.mail.MailBinding |
From |
To |
|
Change Parameter Type map : Map<String,DataHandler> to map : Map<String,Attachment> in method public extractAttachmentsFromMail(message Message, map Map<String,Attachment>) : void in class org.apache.camel.component.mail.MailBinding |
From |
To |
|
Change Parameter Type map : Map<String,DataHandler> to map : Map<String,Attachment> in method protected populateInitialAttachments(map Map<String,Attachment>) : void in class org.apache.camel.component.mail.MailMessage |
From |
To |
|
Change Parameter Type attachments : Map<String,DataHandler> to attachments : Map<String,Attachment> in method public doSomething(attachments Map<String,Attachment>) : String in class org.apache.camel.component.bean.BeanWithAttachmentAnnotationTest.AttachmentProcessor |
From |
To |
|
Change Parameter Type attachmentHandler : DataHandler to attachmentHandler : Attachment in method private splitAttachment(inMessage Message, attachmentName String, attachmentHandler Attachment) : Message in class org.apache.camel.component.mail.SplitAttachmentsExpression |
From |
To |
|
Change Variable Type map : Map<String,DataHandler> to map : Map<String,Attachment> in method protected createAttachments() : Map<String,Attachment> in class org.apache.camel.impl.DefaultMessage |
From |
To |
|
Change Variable Type entry : Map.Entry<String,DataHandler> to entry : Map.Entry<String,Attachment> in method public marshal(exchange Exchange, graph Object, stream OutputStream) : void in class org.apache.camel.dataformat.mime.multipart.MimeMultipartDataFormat |
From |
To |
|
Change Variable Type entry : Map.Entry<String,DataHandler> to entry : Map.Entry<String,org.apache.camel.Attachment> in method public populateCxfResponseFromExchange(camelExchange Exchange, cxfExchange Exchange) : void in class org.apache.camel.component.cxf.DefaultCxfBinding |
From |
To |
|
Change Variable Type entry : Map.Entry<String,DataHandler> to entry : Map.Entry<String,Attachment> in method protected addAttachmentsToMultipart(multipart MimeMultipart, partDisposition String, encodingResolver AttachmentsContentTransferEncodingResolver, exchange Exchange) : void in class org.apache.camel.component.mail.MailBinding |
From |
To |
|
Change Variable Type attachments : Map<String,DataHandler> to attachments : Map<String,Attachment> in method public testAttachments() : void in class org.apache.camel.builder.ExpressionClauseTest |
From |
To |
|
Change Variable Type camelAttachments : Map<String,DataHandler> to camelAttachments : Map<String,org.apache.camel.Attachment> in method public testPopupalteExchangeFromCxfRequest() : void in class org.apache.camel.component.cxf.DefaultCxfBindingTest |
From |
To |
|
Change Variable Type entry : Map.Entry<String,DataHandler> to entry : Map.Entry<String,Attachment> in method public evaluate(exchange Exchange) : Object in class org.apache.camel.component.mail.SplitAttachmentsExpression |
From |
To |
|
Change Variable Type camelAttachments : Map<String,DataHandler> to camelAttachments : Map<String,org.apache.camel.Attachment> in method public testPopupalteExchangeFromCxfResponse() : void in class org.apache.camel.component.cxf.DefaultCxfBindingTest |
From |
To |
|
Change Variable Type attachments : Map<String,DataHandler> to attachments : Map<String,Attachment> in method public testAttachmentsAreSorted() : void in class org.apache.camel.impl.DefaultMessageTest |
From |
To |
|
Change Variable Type attachments : Map<String,DataHandler> to attachments : Map<String,Attachment> in method private splitAttachment(inMessage Message, attachmentName String, attachmentHandler Attachment) : Message in class org.apache.camel.component.mail.SplitAttachmentsExpression |
From |
To |
|
Change Variable Type dh : DataHandler to dh : Attachment in method private transferBinaryMultipartParameter(toMap Object, parameterName String, multipartType String, in Message) : void in class org.apache.camel.component.cxf.jaxrs.SimpleCxfRsBinding |
From |
To |
|
Change Variable Type handler : DataHandler to attachment : Attachment in method protected addAttachmentsToMultipart(multipart MimeMultipart, partDisposition String, encodingResolver AttachmentsContentTransferEncodingResolver, exchange Exchange) : void in class org.apache.camel.component.mail.MailBinding |
From |
To |
|
Change Variable Type entry : Map.Entry<String,DataHandler> to entry : Map.Entry<String,org.apache.camel.Attachment> in method public populateCxfRequestFromExchange(cxfExchange Exchange, camelExchange Exchange, requestContext Map<String,Object>) : void in class org.apache.camel.component.cxf.DefaultCxfBinding |
From |
To |
|
Change Variable Type attachments : Map<String,DataHandler> to attachments : Map<String,Attachment> in method public testSendAndReceiveMailWithAttachments() : void in class org.apache.camel.component.mail.MailAttachmentTest |
From |
To |
|
Change Variable Type handler : DataHandler to attachment : Attachment in method public marshal(exchange Exchange, graph Object, stream OutputStream) : void in class org.apache.camel.dataformat.mime.multipart.MimeMultipartDataFormat |
From |
To |