org.jboss.axis.strategies
Class InvocationStrategy

java.lang.Object
  extended byorg.jboss.axis.strategies.InvocationStrategy
All Implemented Interfaces:
HandlerIterationStrategy (src)

public class InvocationStrategy
extends java.lang.Object
implements HandlerIterationStrategy (src)

A Strategy which calls invoke() on the specified Handler, passing it the specified MessageContext.


Constructor Summary
InvocationStrategy()
           
 
Method Summary
 void visit(Handler (src)  handler, MessageContext (src)  msgContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationStrategy

public InvocationStrategy()
Method Detail

visit

public void visit(Handler (src)  handler,
                  MessageContext (src)  msgContext)
           throws AxisFault (src) 
Specified by:
visit in interface HandlerIterationStrategy (src)
Throws:
AxisFault (src)