Package org.apache.axis.strategies
Class WSDLGenStrategy
- java.lang.Object
-
- org.apache.axis.strategies.WSDLGenStrategy
-
- All Implemented Interfaces:
HandlerIterationStrategy
public class WSDLGenStrategy extends java.lang.Object implements HandlerIterationStrategy
A Strategy which calls generateWSDL() on the specified Handler, passing it the specified MessageContext.- Author:
- Glen Daniels (gdaniels@apache.org)
-
-
Constructor Summary
Constructors Constructor Description WSDLGenStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvisit(Handler handler, MessageContext msgContext)Visit a handler with a message context.
-
-
-
Method Detail
-
visit
public void visit(Handler handler, MessageContext msgContext) throws AxisFault
Description copied from interface:HandlerIterationStrategyVisit a handler with a message context.- Specified by:
visitin interfaceHandlerIterationStrategy- Parameters:
handler- theHandlerto apply to the contextmsgContext- theMessageContextused- Throws:
AxisFault- if this visit encountered an error
-
-