Searched defs:CommandMap (Results 1 - 1 of 1) 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...]

Completed in 37 milliseconds