org.apache.axis
Interface HandlerIterationStrategy
- public interface HandlerIterationStrategy
Base interface for doing an action to Handlers with a MessageContext.
visit
public void visit(Handler handler,
MessageContext msgContext)
throws AxisFault
- Visit a handler with a message context.
- Parameters:
handler
- the Handler
to apply to the contextmsgContext
- the MessageContext
used
- Throws:
AxisFault
- if this visit encountered an error
Copyright © 2003 Apache Web Services Project. A ll Rights Reserved.