org.apache.ws.jaxme.js.pattern
Class Ant.XmlRpcGenerator.Dispatcher

java.lang.Object
  extended by org.apache.ws.jaxme.js.pattern.Ant.XmlRpcGenerator.Dispatcher
Enclosing class:
Ant.XmlRpcGenerator

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

The nested child element "dispatcher".


Constructor Summary
Ant.XmlRpcGenerator.Dispatcher()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ant.XmlRpcGenerator.Dispatcher

public Ant.XmlRpcGenerator.Dispatcher()
Method Detail

setName

public void setName(java.lang.String pName)
Sets the fully qualified name of the dispatcher class.


getName

public java.lang.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.