站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 jaxrpc API Documentation 英文版文档

InvocationStrategy (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


org.apache.axis.strategies
Class InvocationStrategy

java.lang.Object
  extended byorg.apache.axis.strategies.InvocationStrategy
All Implemented Interfaces:
HandlerIterationStrategy

public class InvocationStrategy
extends Object
implements HandlerIterationStrategy

A Strategy which calls invoke() on the specified Handler, passing it the specified MessageContext.

Author:
Glen Daniels (gdaniels@macromedia.com)

Constructor Summary
InvocationStrategy()
           
 
Method Summary
 void visit(Handler handler, MessageContext msgContext)
           
 
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(Handler handler,
                  MessageContext msgContext)
           throws AxisFault
Specified by:
visit in interface HandlerIterationStrategy
Throws:
AxisFault


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.