Uses of Class
org.apache.axis2.context.OperationContext
Packages that use OperationContext
-
Uses of OperationContext in org.apache.axis2.client
Fields in org.apache.axis2.client declared as OperationContextMethods in org.apache.axis2.client that return OperationContextModifier and TypeMethodDescriptionServiceClient.getLastOperationContext()Gets the last OperationContextOperationClient.getOperationContext()To get the operation context of the operation client -
Uses of OperationContext in org.apache.axis2.context
Methods in org.apache.axis2.context that return OperationContextModifier and TypeMethodDescriptionstatic OperationContextOperationContextFactory.createOperationContext(int mepURI, AxisOperation axisOp, ServiceContext serviceContext) ServiceContext.createOperationContext(QName name) ServiceContext.createOperationContext(AxisOperation axisOp) ConfigurationContext.findOperationContext(String operationName, String serviceName, String serviceGroupName) Finds the OperationContext given the Operation name, Service Name, and ServiceGroupNameServiceContext.getLastOperationContext()ConfigurationContext.getOperationContext(String messageID) Gets a OperationContext given a Message ID.MessageContext.getOperationContext()Methods in org.apache.axis2.context with parameters of type OperationContextModifier and TypeMethodDescriptionvoidMessageContext.activateWithOperationContext(OperationContext operationCtx) This method checks to see if additional work needs to be done in order to complete the object reconstitution.booleanOperationContext.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.booleanConfigurationContext.registerOperationContext(String messageID, OperationContext operationContext) Registers a OperationContext with a given message ID.booleanConfigurationContext.registerOperationContext(String messageID, OperationContext mepContext, boolean override) Registers a OperationContext with a given message ID.voidServiceContext.setLastOperationContext(OperationContext lastOperationContext) voidMessageContext.setOperationContext(OperationContext context) -
Uses of OperationContext in org.apache.axis2.description
Methods in org.apache.axis2.description that return OperationContextModifier and TypeMethodDescriptionAxisOperation.findForExistingOperationContext(MessageContext msgContext) Returns as existing OperationContext related to this message if one exists.AxisOperation.findOperationContext(MessageContext msgContext, ServiceContext serviceContext) Finds an OperationContext for an incoming message.Methods in org.apache.axis2.description with parameters of type OperationContextModifier and TypeMethodDescriptionabstract voidAxisOperation.addFaultMessageContext(MessageContext msgContext, OperationContext opContext) voidInOnlyAxisOperation.addFaultMessageContext(MessageContext msgContext, OperationContext opContext) voidOutOnlyAxisOperation.addFaultMessageContext(MessageContext msgContext, OperationContext opContext) voidTwoChannelAxisOperation.addFaultMessageContext(MessageContext msgContext, OperationContext opContext) abstract voidAxisOperation.addMessageContext(MessageContext msgContext, OperationContext opContext) Adds a message context into an operation context.voidInOnlyAxisOperation.addMessageContext(MessageContext msgContext, OperationContext opContext) voidInOutAxisOperation.addMessageContext(MessageContext msgContext, OperationContext opContext) voidOutInAxisOperation.addMessageContext(MessageContext msgContext, OperationContext opContext) voidOutOnlyAxisOperation.addMessageContext(MessageContext msgContext, OperationContext opContext) voidAxisOperation.registerMessageContext(MessageContext msgContext, OperationContext operationContext) voidAxisOperation.registerOperationContext(MessageContext msgContext, OperationContext operationContext)