org.apache.ws.jaxme.js.pattern

Class Ant.XmlRpcGenerator.Dispatcher

Enclosing Class:
Ant.XmlRpcGenerator

public static class Ant.XmlRpcGenerator.Dispatcher
extends java.lang.Object

The nested child element "dispatcher".

Method Summary

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.

Method Details

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.