|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationContext | |
org.apache.axis2.context | |
org.apache.axis2.description |
Uses of OperationContext in org.apache.axis2.context |
Methods in org.apache.axis2.context that return OperationContext | |
static OperationContext |
OperationContextFactory.createOperationContext(int mepURI,
AxisOperation axisOp)
Creates the operation context. |
static OperationContext |
OperationContextFactory.createOperationContext(int mepURI,
AxisOperation axisOp,
ServiceContext serviceContext)
|
OperationContext |
ConfigurationContext.getOperationContext(String messageID)
Gets a OperationContext given a Message ID. |
OperationContext |
ServiceContext.createOperationContext(QName name)
|
OperationContext |
MessageContext.getOperationContext()
|
Methods in org.apache.axis2.context with parameters of type OperationContext | |
void |
ConfigurationContext.registerOperationContext(String messageID,
OperationContext mepContext)
Registers a OperationContext with a given message ID. |
void |
MessageContext.setOperationContext(OperationContext context)
|
Uses of OperationContext in org.apache.axis2.description |
Methods in org.apache.axis2.description that return OperationContext | |
OperationContext |
AxisOperation.findForExistingOperationContext(MessageContext msgContext)
Creates a new operation context if there is not one already. |
OperationContext |
AxisOperation.findOperationContext(MessageContext msgContext,
ServiceContext serviceContext)
Finds a MEPContext for an incoming message. |
Methods in org.apache.axis2.description with parameters of type OperationContext | |
void |
OutOnlyAxisOperation.addMessageContext(MessageContext msgContext,
OperationContext opContext)
|
void |
OutInAxisOperation.addMessageContext(MessageContext msgContext,
OperationContext opContext)
|
void |
InOnlyAxisOperation.addMessageContext(MessageContext msgContext,
OperationContext opContext)
|
void |
InOutAxisOperation.addMessageContext(MessageContext msgContext,
OperationContext opContext)
|
abstract void |
AxisOperation.addMessageContext(MessageContext msgContext,
OperationContext opContext)
Adds a message context into an operation context. |
void |
AxisOperation.registerOperationContext(MessageContext msgContext,
OperationContext operationContext)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |