KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > activation > CommandInfo

javax.activation
Class CommandInfo

java.lang.Object
  extended byjavax.activation.CommandInfo
See Also:
Top Examples, Source Code

public CommandInfo(String verb,
                   String className)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getCommandClass()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getCommandName()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object getCommandObject(DataHandler dh,
                               ClassLoader loader)
                        throws IOException,
                               ClassNotFoundException
See Also:
CommandObject, Beans.instantiate(java.lang.ClassLoader, java.lang.String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags