|
|||||||||
| Home >> All >> org >> apache >> [ axis overview ] | PREV NEXT | ||||||||
Uses of Class
org.apache.axis.MessageContext
| Uses of MessageContext in org.apache.axis |
| Fields in org.apache.axis declared as MessageContext | |
private MessageContext |
Message.msgContext
|
| Methods in org.apache.axis that return MessageContext | |
static MessageContext |
MessageContext.getCurrentContext()
Get the active message context. |
MessageContext |
Message.getMessageContext()
Get the context associated with this message. |
static MessageContext |
AxisEngine.getCurrentMessageContext()
Get the active message context. |
| Methods in org.apache.axis with parameters of type MessageContext | |
void |
SimpleTargetedChain.PivotIndicator.invoke(MessageContext msgContext)
|
void |
SimpleChain.invoke(MessageContext msgContext)
Iterate over the chain invoking each handler. |
void |
SimpleChain.generateWSDL(MessageContext msgContext)
Iterate over the chain letting each handler have a crack at contributing to a WSDL description. |
private void |
SimpleChain.doVisiting(MessageContext msgContext,
HandlerIterationStrategy visitor)
|
void |
SimpleChain.onFault(MessageContext msgContext)
Notify the handlers in this chain because some handler later on has faulted - in reverse order. |
void |
Message.setMessageContext(MessageContext msgContext)
Set the context associated with this message. |
private static boolean |
Message.isAttachmentSupportEnabled(MessageContext mc)
|
void |
HandlerIterationStrategy.visit(Handler handler,
MessageContext msgContext)
Visit a handler with a message context. |
void |
Handler.invoke(MessageContext msgContext)
Invoke is called to do the actual work of the Handler object. |
void |
Handler.onFault(MessageContext msgContext)
Called when a subsequent handler throws a fault. |
void |
Handler.generateWSDL(MessageContext msgContext)
Obtain WSDL information. |
void |
FaultableHandler.invoke(MessageContext msgContext)
Invokes the specified handler. |
void |
FaultableHandler.onFault(MessageContext msgContext)
Some handler later on has faulted so we need to process the fault. |
protected static void |
AxisEngine.setCurrentMessageContext(MessageContext mc)
Set the active message context. |
|
|||||||||
| Home >> All >> org >> apache >> [ axis overview ] | PREV NEXT | ||||||||