org.apache.ws.jaxme.js.pattern
Class Ant.XmlRpcGenerator.Dispatcher
java.lang.Object
org.apache.ws.jaxme.js.pattern.Ant.XmlRpcGenerator.Dispatcher
- Ant.XmlRpcGenerator
public static class Ant.XmlRpcGenerator.Dispatcher
extends java.lang.Object
The nested child element "dispatcher".
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(String pName) - Sets the fully qualified name of the dispatcher class.
|
getName
public String getName()
Returns the fully qualified name of the dispatcher class.
isImplementingXmlRpcHandler
public boolean isImplementingXmlRpcHandler()
Returns whether the dispatcher will implement
XmlRpcHandler. Defaults to true.
setImplementingXmlRpcHandler
public void setImplementingXmlRpcHandler(boolean pImplementingXmlRpcHandler)
Sets whether the dispatcher will implement
XmlRpcHandler. Defaults to true.
setName
public void setName(String pName)
Sets the fully qualified name of the dispatcher class.