Package org.apache.axis.strategies
Class WSDLGenStrategy
java.lang.Object
org.apache.axis.strategies.WSDLGenStrategy
- All Implemented Interfaces:
HandlerIterationStrategy
A Strategy which calls generateWSDL() on the specified Handler, passing
it the specified MessageContext.
- Author:
- Glen Daniels (gdaniels@apache.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
visit
(Handler handler, MessageContext msgContext) Visit a handler with a message context.
-
Constructor Details
-
WSDLGenStrategy
public WSDLGenStrategy()
-
-
Method Details
-
visit
Description copied from interface:HandlerIterationStrategy
Visit a handler with a message context.- Specified by:
visit
in interfaceHandlerIterationStrategy
- Parameters:
handler
- theHandler
to apply to the contextmsgContext
- theMessageContext
used- Throws:
AxisFault
- if this visit encountered an error
-