Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.axis.strategies
Class InvocationStrategy  view InvocationStrategy download InvocationStrategy.java

java.lang.Object
  extended byorg.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.


Constructor Summary
InvocationStrategy()
           
 
Method Summary
 void visit(org.apache.axis.Handler handler, org.apache.axis.MessageContext msgContext)
          Visit a handler with a message context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InvocationStrategy

public InvocationStrategy()
Method Detail

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