org.mule.config.builders
Class CallMethodOnIndexRule

java.lang.Object
  extended byorg.apache.commons.digester.Rule
      extended byorg.apache.commons.digester.CallMethodRule
          extended byorg.mule.config.builders.CallMethodOnIndexRule

public class CallMethodOnIndexRule
extends org.apache.commons.digester.CallMethodRule

todo document

Version:
$Revision: 7976 $
Author:
Ross Mason

Field Summary
 
Fields inherited from class org.apache.commons.digester.CallMethodRule
bodyText, methodName, paramCount, paramTypes, useExactMatch
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
CallMethodOnIndexRule(String s, int index)
           
CallMethodOnIndexRule(String s, int i, int index)
           
 
Method Summary
 void end(String string, String string1)
           
 
Methods inherited from class org.apache.commons.digester.CallMethodRule
begin, body, end, finish, getUseExactMatch, processMethodCallResult, setDigester, setUseExactMatch, toString
 
Methods inherited from class org.apache.commons.digester.Rule
begin, body, getDigester, getNamespaceURI, setNamespaceURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CallMethodOnIndexRule

public CallMethodOnIndexRule(String s,
                             int i,
                             int index)

CallMethodOnIndexRule

public CallMethodOnIndexRule(String s,
                             int index)
Method Detail

end

public void end(String string,
                String string1)
         throws Exception
Throws:
Exception


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.