com.swiftmq.extension.javamail.outbound
Interface EncodingSupport


public interface EncodingSupport

A com.swiftmq.extension.javamail.outbound.Transformer can implement this additional interface if it supports transfer encoding per attachment.

Author:
IIT Software GmbH, Bremen/Germany, Copyright (c) 2012, All Rights Reserved

Method Summary
 java.lang.String getEncoding(int index)
          Returns the encoding for this attachment.
 

Method Detail

getEncoding

java.lang.String getEncoding(int index)
Returns the encoding for this attachment.

Parameters:
index - Index of the attachment
Returns:
encoding


Copyright © 2012 IIT Software GmbH, Bremen/Germany. All Rights Reserved.