Searched refs:DataContentHandler (Results 1 - 16 of 16) sorted by relevance

/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DDataContentHandlerFactory.java31 * instance of DataContentHandler. The design pattern for classes implementing
41 * Creates a new DataContentHandler object for the MIME type.
43 * @param mimeType the MIME type to create the DataContentHandler for.
44 * @return The new <code>DataContentHandler</code>, or <i>null</i>
47 public DataContentHandler createDataContentHandler(String mimeType);
H A DDataHandler.java51 * relies on the availability of an installed DataContentHandler
70 * @see javax.activation.DataContentHandler
97 // our DataContentHandler
98 private DataContentHandler dataContentHandler = null;
99 private DataContentHandler factoryDCH = null;
218 * first attempts to find a DataContentHandler for the Object. If
219 * the DataHandler can not find a DataContentHandler for this MIME
222 * DataContentHandler's <code>writeTo</code> method to write the
231 * @see javax.activation.DataContentHandler#writeTo
240 DataContentHandler dc
[all...]
H A DDataContentHandler.java36 * The DataContentHandler interface is implemented by objects that can
45 * DataContentHandler that corresponds to its MIME type using the
47 * through to the methods in the DataContentHandler.
52 public interface DataContentHandler { interface
H A DCommandMap.java178 * Locate a DataContentHandler that corresponds to the MIME type.
183 * @return the DataContentHandler for the MIME type
185 abstract public DataContentHandler createDataContentHandler(String
189 * Locate a DataContentHandler that corresponds to the MIME type.
195 * refine the choice of DataContentHandler. The implementation
201 * @return the DataContentHandler for the MIME type
204 public DataContentHandler createDataContentHandler(String mimeType,
H A DMailcapCommandMap.java80 * signified by this parameter as a <i>DataContentHandler</i>.
527 * Return the DataContentHandler for the specified MIME type.
530 * @return the DataContentHandler
532 public synchronized DataContentHandler createDataContentHandler(
550 DataContentHandler dch = getDataContentHandler(name);
568 DataContentHandler dch = getDataContentHandler(name);
577 private DataContentHandler getDataContentHandler(String name) {
596 return (DataContentHandler)cl.newInstance();
694 DataContentHandler dch = map.createDataContentHandler(argv[0]);
696 System.out.println("DataContentHandler "
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DImageDataContentHandler.java28 import javax.activation.DataContentHandler;
48 implements DataContentHandler {
H A DStringDataContentHandler.java30 import javax.activation.DataContentHandler;
42 public class StringDataContentHandler implements DataContentHandler {
51 * Return the DataFlavors for this <code>DataContentHandler</code>.
130 "\" DataContentHandler requires String object, " +
H A DXmlDataContentHandler.java31 import javax.activation.DataContentHandler;
49 public class XmlDataContentHandler implements DataContentHandler {
H A DMimeCodec.java39 import javax.activation.DataContentHandler;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DFastInfosetDataContentHandler.java43 public class FastInfosetDataContentHandler implements DataContentHandler {
50 * return the DataFlavors for this <code>DataContentHandler</code>
H A DGifDataContentHandler.java35 * DataContentHandler for image/gif.
39 public class GifDataContentHandler extends Component implements DataContentHandler {
51 * Return the DataFlavors for this <code>DataContentHandler</code>.
106 "\" DataContentHandler requires Image object, " +
H A DMultipartDataContentHandler.java35 public class MultipartDataContentHandler implements DataContentHandler {
42 * Return the DataFlavors for this <code>DataContentHandler</code>.
H A DXmlDataContentHandler.java45 public class XmlDataContentHandler implements DataContentHandler {
56 * return the DataFlavors for this <code>DataContentHandler</code>
H A DJpegDataContentHandler.java46 implements DataContentHandler {
50 * return the DataFlavors for this <code>DataContentHandler</code>
H A DStringDataContentHandler.java40 public class StringDataContentHandler implements DataContentHandler {
51 * Return the DataFlavors for this <code>DataContentHandler</code>.
128 "\" DataContentHandler requires String object, " +
H A DImageDataContentHandler.java44 implements DataContentHandler {

Completed in 881 milliseconds