org.jboss.axis.strategies
Class WSDLGenStrategy

java.lang.Object
  extended byorg.jboss.axis.strategies.WSDLGenStrategy
All Implemented Interfaces:
HandlerIterationStrategy (src)

public class WSDLGenStrategy
extends java.lang.Object
implements HandlerIterationStrategy (src)

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


Constructor Summary
WSDLGenStrategy()
           
 
Method Summary
 void visit(Handler (src)  handler, MessageContext (src)  msgContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLGenStrategy

public WSDLGenStrategy()
Method Detail

visit

public void visit(Handler (src)  handler,
                  MessageContext (src)  msgContext)
           throws AxisFault (src) 
Specified by:
visit in interface HandlerIterationStrategy (src)
Throws:
AxisFault (src)