Package org.apache.axis.strategies
Class InvocationStrategy
java.lang.Object
org.apache.axis.strategies.InvocationStrategy
- All Implemented Interfaces:
HandlerIterationStrategy
A Strategy which calls invoke() on the specified Handler, passing
it the specified MessageContext.
- Author:
- Glen Daniels (gdaniels@apache.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
visit
(Handler handler, MessageContext msgContext) Visit a handler with a message context.
-
Constructor Details
-
InvocationStrategy
public InvocationStrategy()
-
-
Method Details
-
visit
Description copied from interface:HandlerIterationStrategy
Visit a handler with a message context.- Specified by:
visit
in interfaceHandlerIterationStrategy
- Parameters:
handler
- theHandler
to apply to the contextmsgContext
- theMessageContext
used- Throws:
AxisFault
- if this visit encountered an error
-