Searched defs:DataHandler (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DDataHandler.java40 * The DataHandler class provides a consistent interface to data
47 * <b>DataHandler and the Transferable Interface</b><p>
48 * DataHandler implements the Transferable interface so that data can
53 * the specific instance of the DataHandler.<p>
55 * <b>DataHandler and CommandMaps</b><p>
56 * The DataHandler keeps track of the current CommandMap that it uses to
59 * Each instance of a DataHandler may have a CommandMap associated with
61 * not set, DataHandler calls the <code>getDefaultCommandMap</code>
65 * <b>DataHandler and URLs</b><p>
66 * The current DataHandler implementatio
77 public class DataHandler implements Transferable { class in inherits:Transferable
114 public DataHandler(DataSource ds) { method in class:DataHandler
129 public DataHandler(Object obj, String mimeType) { method in class:DataHandler
142 public DataHandler(URL url) { method in class:DataHandler
[all...]

Completed in 1090 milliseconds