Package | Description |
---|---|
org.apache.axis2.dispatchers | |
org.apache.axis2.jaxws.dispatchers |
Modifier and Type | Class and Description |
---|---|
class |
AddressingBasedDispatcher
Dispatcher based on the WS-Addressing properties.
|
class |
HTTPLocationBasedDispatcher
Dispatches the operation based on the information from the target endpoint URL.
|
class |
RequestURIBasedDispatcher
Dispatches the service based on the information from the target endpoint URL.
|
class |
RequestURIOperationDispatcher
Dispatches the operation based on the information from the target endpoint URL.
|
class |
SOAPActionBasedDispatcher
Dispatches based on the SOAPAction.
|
class |
SOAPMessageBodyBasedDispatcher
Dispatches based on the namespace URI of the first child of
the body.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericProviderDispatcher
This dispatcher will look for a specific operation on the AxisService and return it
if found.
|
class |
MustUnderstandValidationDispatcher
Do JAXWS MustUnderstand header processing per the JAXWS 2.0 specification.
|
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.