public static class Ant.XmlRpcGenerator.Dispatcher
extends java.lang.Object
Constructor and Description |
---|
Ant.XmlRpcGenerator.Dispatcher() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the fully qualified name of the dispatcher class.
|
boolean |
isImplementingXmlRpcHandler()
Returns whether the dispatcher will implement
XmlRpcHandler.
|
void |
setImplementingXmlRpcHandler(boolean pImplementingXmlRpcHandler)
Sets whether the dispatcher will implement
XmlRpcHandler.
|
void |
setName(java.lang.String pName)
Sets the fully qualified name of the dispatcher class.
|
public void setName(java.lang.String pName)
public java.lang.String getName()
public boolean isImplementingXmlRpcHandler()
public void setImplementingXmlRpcHandler(boolean pImplementingXmlRpcHandler)