org.mule.config.builders
Class CallMethodOnIndexRule

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

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

TODO document


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
Overrides:
end in class org.apache.commons.digester.Rule
Throws:
Exception


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