File
Doc
Category
Size
Date
Package
InvocationStrategy.java
API Doc
Apache Axis 1.4
1189
Sat Apr 22 18:57:28 BST 2006
org.apache.axis.strategies
InvocationStrategy
java.lang.Object
public class InvocationStrategy extends Object implements org.apache.axis.HandlerIterationStrategy
A Strategy which calls invoke() on the specified Handler, passing it the specified MessageContext.
author
Glen Daniels (gdaniels@apache.org)
Fields Summary
Constructors Summary
Methods Summary
public void
visit
(
org.apache.axis.Handler
handler,
org.apache.axis.MessageContext
msgContext)
handler.invoke(msgContext);
Java Code Source