Example usage for javax.mail EncodingAware interface-usage

List of usage examples for javax.mail EncodingAware interface-usage

Introduction

In this page you can find the example usage for javax.mail EncodingAware interface-usage.

Usage

From source file com.webbfontaine.valuewebb.irms.impl.data.AttachedDocDataSource.java

public class AttachedDocDataSource implements DataSource, EncodingAware {

    private static final Logger LOGGER = LoggerFactory.getLogger(AttachedDocDataSource.class);

    private static final String SELECT_QUERY = "SELECT DOC_RES FROM TT_DOC WHERE DOC_ID=?";