Searched refs:CommandMap (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DCommandMap.java30 * The CommandMap class provides an interface to a registry of
32 * Developers are expected to either use the CommandMap
39 public abstract class CommandMap { class
40 private static CommandMap defaultCommandMap = null;
43 * Get the default CommandMap.
47 * <li> In cases where a CommandMap instance has been previously set
49 * return the CommandMap.
51 * In cases where no CommandMap has been set, the CommandMap
57 * @return the CommandMap
[all...]
H A DDataHandler.java45 * The commands are found using a CommandMap. <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
60 * it using the <code>setCommandMap</code> method. If a CommandMap was
62 * method in CommandMap and uses the value it returns. See
63 * <i>CommandMap</i> for more information. <p>
69 * @see javax.activation.CommandMap
90 // Keep track of the CommandMap
91 private CommandMap currentCommandMap = null;
148 * Return the CommandMap fo
[all...]
H A DMailcapCommandMap.java36 * MailcapCommandMap extends the CommandMap
37 * abstract class. It implements a CommandMap whose configuration
120 public class MailcapCommandMap extends CommandMap {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DMimeCodec.java37 import javax.activation.CommandMap;
68 CommandMap map = CommandMap.getDefaultCommandMap();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DAttachmentPartImpl.java67 CommandMap map = CommandMap.getDefaultCommandMap();
105 throw new SOAPExceptionImpl("Default CommandMap is not a MailcapCommandMap");

Completed in 57 milliseconds