org.apache.axis
Interface HandlerIterationStrategy
- InvocationStrategy, WSDLGenStrategy
public interface HandlerIterationStrategy
Base interface for doing an action to Handlers with a MessageContext.
- Glen Daniels (gdaniels@apache.org)
visit
public void visit(Handler handler,
MessageContext msgContext)
throws AxisFault
Visit a handler with a message context.
handler
- the Handler
to apply to the contextmsgContext
- the MessageContext
used
AxisFault
- if this visit encountered an error
Copyright © 2005 Apache Web Services Project. All Rights Reserved.