org.apache.axis.strategies

Class InvocationStrategy

Implemented Interfaces:
HandlerIterationStrategy

public class InvocationStrategy
extends java.lang.Object
implements HandlerIterationStrategy

A Strategy which calls invoke() on the specified Handler, passing it the specified MessageContext.
Author:
Glen Daniels (gdaniels@apache.org)

Method Summary

void
visit(Handler handler, MessageContext msgContext)

Method Details

visit

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

Copyright © 2005 Apache Web Services Project. All Rights Reserved.