Modifier and Type | Class and Description |
---|---|
class |
RequestBlockingHandler |
Modifier and Type | Method and Description |
---|---|
Iterator<Handler> |
MessageContext.getExecutedPhases()
Get an iterator over the executed phase list.
|
ArrayList<Handler> |
MessageContext.getExecutionChain() |
Modifier and Type | Method and Description |
---|---|
void |
MessageContext.addExecutedPhase(Handler phase)
Add a Phase to the collection of executed phases for the path.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageContext.setExecutedPhasesExplicit(LinkedList<Handler> inb) |
void |
MessageContext.setExecutionChain(ArrayList<Handler> executionChain)
Set the execution chain of Handler in this MessageContext.
|
Modifier and Type | Method and Description |
---|---|
static Object |
ActivateUtils.findHandler(List<Handler> existingHandlers,
MetaDataEntry metaDataEntry)
Find the Handler object that matches the criteria
|
Modifier and Type | Method and Description |
---|---|
Handler |
HandlerDescription.getHandler() |
Modifier and Type | Method and Description |
---|---|
ArrayList<Handler> |
AxisMessage.getMessageFlow() |
Modifier and Type | Method and Description |
---|---|
void |
HandlerDescription.setHandler(Handler handler)
Explicitly set the Handler object
|
Modifier and Type | Method and Description |
---|---|
void |
AxisMessage.setMessageFlow(ArrayList<Handler> operationFlow) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOperationDispatcher |
class |
AbstractServiceDispatcher |
class |
ActionBasedOperationDispatcher |
class |
AddressingBasedDispatcher
Dispatcher based on the WS-Addressing properties.
|
class |
HTTPLocationBasedDispatcher
Dispatches the operation based on the information from the target endpoint URL.
|
class |
RelatesToBasedOperationDispatcher |
class |
RelatesToBasedServiceDispatcher |
class |
RequestURIBasedDispatcher
Dispatches the service based on the information from the target endpoint URL.
|
class |
RequestURIBasedOperationDispatcher
Dispatches the operation based on the information from the target endpoint URL.
|
class |
RequestURIBasedServiceDispatcher |
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.
|
class |
SOAPMessageBodyBasedOperationDispatcher |
class |
SOAPMessageBodyBasedServiceDispatcher |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDispatcher
This the base class for all dispatchers.
|
class |
DispatchPhase |
class |
InstanceDispatcher
Deprecated.
The functionality of this class has moved into the DispatchPhase postconditions
|
class |
Phase
A Phase is an ordered collection of Handlers.
|
Modifier and Type | Method and Description |
---|---|
List<Handler> |
Phase.getHandlers()
Gets all the handlers in the phase.
|
Modifier and Type | Method and Description |
---|---|
void |
Phase.addHandler(Handler handler)
Add a handler to the Phase.
|
void |
Phase.addHandler(Handler handler,
int index)
Add a Handler at a particular index within the Phase.
|
void |
Phase.setPhaseFirst(Handler handler)
Add a Handler to the Phase in the very first position, and ensure no other Handler
will come before it.
|
void |
Phase.setPhaseLast(Handler handler)
Add a Handler to the Phase in the very last position, and ensure no other Handler
will come after it.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHandler
Class AbstractHandler
|
class |
AbstractTemplatedHandler
This abstract class differentiates the concern of the conditional check to see whether this
particular message needs to be handled by the handler implementation and the actual invocation
logic.
|
Modifier and Type | Class and Description |
---|---|
class |
UnderstandAllHeadersHandler
Marks all SOAP headers as processed.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TransportSender
TransportSender sends the SOAP Message to other SOAP nodes.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaTransportSender |
Modifier and Type | Method and Description |
---|---|
static void |
Utils.addHandler(Flow flow,
Handler handler,
String phaseName) |
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.