Class InvocationStrategy

java.lang.Object
org.apache.axis.strategies.InvocationStrategy
All Implemented Interfaces:
HandlerIterationStrategy

public class InvocationStrategy extends Object implements HandlerIterationStrategy
A Strategy which calls invoke() on the specified Handler, passing it the specified MessageContext.
Author:
Glen Daniels (gdaniels@apache.org)
  • Constructor Details

    • InvocationStrategy

      public InvocationStrategy()
  • Method Details