- All Implemented Interfaces:
- Handler
public class GenericProviderDispatcher
extends AbstractDispatcher
This dispatcher will look for a specific operation on the AxisService and return it
if found. This dispatcher is used for Provider-based endpoints which do not have WSDL
associated with them. Those types of endpoints will not have WSDL operations created for them
since (a) there is no WSDL and (b) there is no SEI from which to build operations using
annotations. For these types of endpoints, a generic operation will have been added to the
service which will accept any incoming WSDL operation and pass the incoming message to the
Provider endpoint.