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 TypeMethodDescriptionvoidvisit(Handler handler, MessageContext msgContext) Visit a handler with a message context.
-
Constructor Details
-
InvocationStrategy
public InvocationStrategy()
-
-
Method Details
-
visit
Description copied from interface:HandlerIterationStrategyVisit a handler with a message context.- Specified by:
visitin interfaceHandlerIterationStrategy- Parameters:
handler- theHandlerto apply to the contextmsgContext- theMessageContextused- Throws:
AxisFault- if this visit encountered an error
-