| org.apache.axis2.jaxws.dispatchers.GenericProviderDispatcher
GenericProviderDispatcher | public class GenericProviderDispatcher extends AbstractDispatcher (Code) | | 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.
|
findOperation | public AxisOperation findOperation(AxisService service, MessageContext messageContext) throws AxisFault(Code) | | |
findService | public AxisService findService(MessageContext messageContext) throws AxisFault(Code) | | |
initDispatcher | public void initDispatcher()(Code) | | |
|
|