Package org.apache.axis
Interface HandlerIterationStrategy
-
- All Known Implementing Classes:
InvocationStrategy,WSDLGenStrategy
public interface HandlerIterationStrategyBase interface for doing an action to Handlers with a MessageContext.- Author:
- Glen Daniels (gdaniels@apache.org)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisit(Handler handler, MessageContext msgContext)Visit a handler with a message context.
-
-
-
Method Detail
-
visit
void visit(Handler handler, MessageContext msgContext) throws AxisFault
Visit a handler with a message context.- Parameters:
handler- theHandlerto apply to the contextmsgContext- theMessageContextused- Throws:
AxisFault- if this visit encountered an error
-
-