org.apache.ws.jaxme.js.pattern

Class Ant.XmlRpcGenerator.Dispatcher

public static class Ant.XmlRpcGenerator.Dispatcher extends Object

The nested child element "dispatcher".
Method Summary
StringgetName()
Returns the fully qualified name of the dispatcher class.
booleanisImplementingXmlRpcHandler()
Returns whether the dispatcher will implement XmlRpcHandler.
voidsetImplementingXmlRpcHandler(boolean pImplementingXmlRpcHandler)
Sets whether the dispatcher will implement XmlRpcHandler.
voidsetName(String pName)
Sets the fully qualified name of the dispatcher class.

Method Detail

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.