FileDocCategorySizeDatePackage
HandlerIterationStrategy.javaAPI DocApache Axis 1.41194Sat Apr 22 18:57:28 BST 2006org.apache.axis

HandlerIterationStrategy

public interface HandlerIterationStrategy
Base interface for doing an action to Handlers with a MessageContext.
author
Glen Daniels (gdaniels@apache.org)

Fields Summary
Constructors Summary
Methods Summary
public voidvisit(Handler handler, MessageContext msgContext)
Visit a handler with a message context.

param
handler the Handler to apply to the context
param
msgContext the MessageContext used
throws
AxisFault if this visit encountered an error