Package org.apache.axis
Interface HandlerIterationStrategy
- All Known Implementing Classes:
InvocationStrategy
,WSDLGenStrategy
public interface HandlerIterationStrategy
Base interface for doing an action to Handlers with a MessageContext.
- Author:
- Glen Daniels (gdaniels@apache.org)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
visit
(Handler handler, MessageContext msgContext) Visit a handler with a message context.
-
Method Details
-
visit
Visit a handler with a message context.- Parameters:
handler
- theHandler
to apply to the contextmsgContext
- theMessageContext
used- Throws:
AxisFault
- if this visit encountered an error
-