Package | Description |
---|---|
org.apache.axis2.client | |
org.apache.axis2.context | |
org.apache.axis2.description |
Modifier and Type | Field and Description |
---|---|
protected OperationContext |
OperationClient.oc |
Modifier and Type | Method and Description |
---|---|
OperationContext |
ServiceClient.getLastOperationContext()
Gets the last OperationContext
|
OperationContext |
OperationClient.getOperationContext()
To get the operation context of the operation client
|
Modifier and Type | Method and Description |
---|---|
OperationContext |
ServiceContext.createOperationContext(AxisOperation axisOp) |
static OperationContext |
OperationContextFactory.createOperationContext(int mepURI,
AxisOperation axisOp,
ServiceContext serviceContext) |
OperationContext |
ServiceContext.createOperationContext(QName name) |
OperationContext |
ConfigurationContext.findOperationContext(String operationName,
String serviceName,
String serviceGroupName)
Finds the OperationContext given the Operation name, Service Name, and ServiceGroupName
|
OperationContext |
ServiceContext.getLastOperationContext() |
OperationContext |
MessageContext.getOperationContext() |
OperationContext |
ConfigurationContext.getOperationContext(String messageID)
Gets a OperationContext given a Message ID.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageContext.activateWithOperationContext(OperationContext operationCtx)
This method checks to see if additional work needs to be
done in order to complete the object reconstitution.
|
boolean |
OperationContext.isEquivalent(OperationContext ctx)
Compares key parts of the state from the current instance of
this class with the specified instance to see if they are
equivalent.
|
boolean |
ConfigurationContext.registerOperationContext(String messageID,
OperationContext operationContext)
Registers a OperationContext with a given message ID.
|
boolean |
ConfigurationContext.registerOperationContext(String messageID,
OperationContext mepContext,
boolean override)
Registers a OperationContext with a given message ID.
|
void |
ServiceContext.setLastOperationContext(OperationContext lastOperationContext) |
void |
MessageContext.setOperationContext(OperationContext context) |
Modifier and Type | Method and Description |
---|---|
OperationContext |
AxisOperation.findForExistingOperationContext(MessageContext msgContext)
Returns as existing OperationContext related to this message if one exists.
|
OperationContext |
AxisOperation.findOperationContext(MessageContext msgContext,
ServiceContext serviceContext)
Finds an OperationContext for an incoming message.
|
Modifier and Type | Method and Description |
---|---|
void |
TwoChannelAxisOperation.addFaultMessageContext(MessageContext msgContext,
OperationContext opContext) |
void |
OutOnlyAxisOperation.addFaultMessageContext(MessageContext msgContext,
OperationContext opContext) |
void |
InOnlyAxisOperation.addFaultMessageContext(MessageContext msgContext,
OperationContext opContext) |
abstract void |
AxisOperation.addFaultMessageContext(MessageContext msgContext,
OperationContext opContext) |
void |
OutOnlyAxisOperation.addMessageContext(MessageContext msgContext,
OperationContext opContext) |
void |
OutInAxisOperation.addMessageContext(MessageContext msgContext,
OperationContext opContext) |
void |
InOutAxisOperation.addMessageContext(MessageContext msgContext,
OperationContext opContext) |
void |
InOnlyAxisOperation.addMessageContext(MessageContext msgContext,
OperationContext opContext) |
abstract void |
AxisOperation.addMessageContext(MessageContext msgContext,
OperationContext opContext)
Adds a message context into an operation context.
|
void |
AxisOperation.registerMessageContext(MessageContext msgContext,
OperationContext operationContext) |
void |
AxisOperation.registerOperationContext(MessageContext msgContext,
OperationContext operationContext) |
Copyright © The Apache Software Foundation. All Rights Reserved.