java.lang.Object
org.apache.axis.strategies.InvocationStrategy
- All Implemented Interfaces:
- org.apache.axis.HandlerIterationStrategy
- public class InvocationStrategy
- extends java.lang.Object
- implements org.apache.axis.HandlerIterationStrategy
A Strategy which calls invoke() on the specified Handler, passing
it the specified MessageContext.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvocationStrategy
public InvocationStrategy()
visit
public void visit(org.apache.axis.Handler handler,
org.apache.axis.MessageContext msgContext)
throws org.apache.axis.AxisFault
- Description copied from interface:
org.apache.axis.HandlerIterationStrategy
- Visit a handler with a message context.
- Specified by:
visit in interface org.apache.axis.HandlerIterationStrategy