Searched refs:verb (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jaxws/src/share/jaf_classes/javax/activation/
H A DCommandInfo.java34 * with both the verb requested, as well as an instance of the
48 private String verb; field in class:CommandInfo
53 * @param verb The command verb this CommandInfo decribes.
56 public CommandInfo(String verb, String className) { argument
57 this.verb = verb;
62 * Return the command verb.
64 * @return the command verb.
67 return verb;
[all...]
H A DCommandObject.java32 * this interface to find out which command verb they're being asked
44 * Initialize the Command with the verb it is requested to handle
49 * @param verb The Command Verb this object refers to.
52 public void setCommandContext(String verb, DataHandler dh) argument
H A DMailcapCommandMap.java383 String verb = (String)verb_enum.next();
384 if (!checkForVerb(cmdList, verb)) {
385 List cmdList2 = (List)cmdHash.get(verb); // get the list
387 cmdList.add(new CommandInfo(verb, className));
394 * true if the verb is there.
396 private boolean checkForVerb(List cmdList, String verb) { argument
401 if (enum_verb.equals(verb))
449 String verb = (String)verb_enum.next();
450 List cmdList2 = (List)typeHash.get(verb);
455 cmdList.add(new CommandInfo(verb, cm
[all...]
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWDesktopPeer.java73 private void ShellExecute(File file, String verb) throws IOException { argument
74 String errMsg = ShellExecute(file.getAbsolutePath(), verb);
76 throw new IOException("Failed to " + verb + " " + file + ". Error message: " + errMsg);
80 private void ShellExecute(URI uri, String verb) throws IOException { argument
81 String errmsg = ShellExecute(uri.toString(), verb);
84 throw new IOException("Failed to " + verb + " " + uri
89 private static native String ShellExecute(String fileOrUri, String verb); argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/document/http/
H A DBinding.java43 public com.sun.xml.internal.ws.wsdl.writer.document.http.Binding verb(String value); method in interface:Binding
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DIndicRearrangementProcessor.h59 void doRearrangementAction(LEGlyphStorage &glyphStorage, IndicRearrangementVerb verb) const;
H A DIndicRearrangementProcessor2.h59 void doRearrangementAction(LEGlyphStorage &glyphStorage, IndicRearrangementVerb verb) const;
H A DIndicRearrangementProcessor.cpp95 void IndicRearrangementProcessor::doRearrangementAction(LEGlyphStorage &glyphStorage, IndicRearrangementVerb verb) const
101 switch(verb)
H A DIndicRearrangementProcessor2.cpp92 void IndicRearrangementProcessor2::doRearrangementAction(LEGlyphStorage &glyphStorage, IndicRearrangementVerb verb) const
98 switch(verb)
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DCatalogManager.java282 int verb = Integer.parseInt(verbStr.trim());
283 debug.setDebug(verb);
284 verbosity = new Integer(verb);
357 int verb = defaultVerbosity;
360 verb = Integer.parseInt(verbStr.trim());
369 debug.setDebug(verb);
370 verbosity = new Integer(verb);
373 return verb;
/openjdk7/jaxws/src/share/jaf_classes/com/sun/activation/registries/
H A DMailcapFile.java206 String verb = (String)verb_enum.next();
207 List cmdVector = (List)clonedHash.get(verb);
209 clonedHash.put(verb, second.get(verb));
212 List oldV = (List)second.get(verb);
215 clonedHash.put(verb, cmdVector);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DHTTPExtensionHandler.java84 String verb = Util.getRequiredAttribute(e, Constants.ATTR_VERB);
85 binding.setVerb(verb);

Completed in 39 milliseconds