Searched refs:MailcapCommandMap (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DCommandMap.java33 * implementation included with this package (MailcapCommandMap) or
52 * creates an instance of <code>MailcapCommandMap</code> and
61 defaultCommandMap = new MailcapCommandMap();
H A DMailcapCommandMap.java36 * MailcapCommandMap extends the CommandMap
40 * The MailcapCommandMap can be configured both programmatically
44 * The MailcapCommandMap looks in various places in the user's
46 * to search for commands in the MailcapCommandMap, it searches
50 * <li> Programatically added entries to the MailcapCommandMap instance.
67 * MailcapCommandMap extends this specification by using a parameter mechanism
72 * parsed, the MailcapCommandMap recognizes certain parameter signatures,
74 * The MailcapCommandMap uses this signature to find
77 * are read by the MailcapCommandMap as identifying a command
79 * content-handler</code> the MailcapCommandMap recognize
120 public class MailcapCommandMap extends CommandMap { class in inherits:CommandMap
134 public MailcapCommandMap() { method in class:MailcapCommandMap
305 public MailcapCommandMap(String fileName) throws IOException { method in class:MailcapCommandMap
322 public MailcapCommandMap(InputStream is) { method in class:MailcapCommandMap
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DMimeCodec.java38 import javax.activation.MailcapCommandMap;
69 if (map instanceof MailcapCommandMap) {
70 MailcapCommandMap mailMap = (MailcapCommandMap) map;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DAttachmentPartImpl.java68 if (map instanceof MailcapCommandMap) {
69 MailcapCommandMap mailMap = (MailcapCommandMap) map;
105 throw new SOAPExceptionImpl("Default CommandMap is not a MailcapCommandMap");

Completed in 38 milliseconds