Uses of Class
org.apache.axis2.context.OperationContext

Packages that use OperationContext
org.apache.axis2.client   
org.apache.axis2.context   
org.apache.axis2.description   
 

Uses of OperationContext in org.apache.axis2.client
 

Fields in org.apache.axis2.client declared as OperationContext
protected  OperationContext OperationClient.oc
           
 

Methods in org.apache.axis2.client that return OperationContext
 OperationContext OperationClient.getOperationContext()
          To get the operation context of the operation client
 OperationContext ServiceClient.getLastOperationContext()
          Gets the last OperationContext
 

Uses of OperationContext in org.apache.axis2.context
 

Methods in org.apache.axis2.context that return OperationContext
 OperationContext ConfigurationContext.getOperationContext(java.lang.String id)
          Gets a OperationContext given a Message ID.
 OperationContext ConfigurationContext.findOperationContext(java.lang.String operationName, java.lang.String serviceName, java.lang.String serviceGroupName)
           
 OperationContext MessageContext.getOperationContext()
           
static OperationContext ContextFactory.createOperationContext(AxisOperation axisOperation, ServiceContext serviceContext)
           
 OperationContext ServiceContext.createOperationContext(javax.xml.namespace.QName name)
           
 OperationContext ServiceContext.createOperationContext(AxisOperation axisOp)
           
 OperationContext ServiceContext.getLastOperationContext()
           
static OperationContext OperationContextFactory.createOperationContext(int mepURI, AxisOperation axisOp, ServiceContext serviceContext)
           
 

Methods in org.apache.axis2.context with parameters of type OperationContext
 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(java.lang.String messageID, OperationContext mepContext)
          Registers a OperationContext with a given message ID.
 void MessageContext.setOperationContext(OperationContext context)
           
 void MessageContext.activateWithOperationContext(OperationContext operationCtx)
          This method checks to see if additional work needs to be done in order to complete the object reconstitution.
 void ServiceContext.setLastOperationContext(OperationContext lastOperationContext)
           
 

Uses of OperationContext in org.apache.axis2.description
 

Methods in org.apache.axis2.description that return OperationContext
 OperationContext AxisOperation.findForExistingOperationContext(MessageContext msgContext)
          Returns as existing OperationContext related to this message if one exists.
 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 InOutAxisOperation.addMessageContext(MessageContext msgContext, OperationContext opContext)
           
 void InOnlyAxisOperation.addMessageContext(MessageContext msgContext, OperationContext opContext)
           
 void InOnlyAxisOperation.addFaultMessageContext(MessageContext msgContext, OperationContext opContext)
           
 void OutOnlyAxisOperation.addMessageContext(MessageContext msgContext, OperationContext opContext)
           
 void OutOnlyAxisOperation.addFaultMessageContext(MessageContext msgContext, OperationContext opContext)
           
abstract  void AxisOperation.addMessageContext(MessageContext msgContext, OperationContext opContext)
          Adds a message context into an operation context.
abstract  void AxisOperation.addFaultMessageContext(MessageContext msgContext, OperationContext opContext)
           
 void AxisOperation.registerOperationContext(MessageContext msgContext, OperationContext operationContext)
           
 void AxisOperation.registerMessageContext(MessageContext msgContext, OperationContext operationContext)
           
 void TwoChannelAxisOperation.addFaultMessageContext(MessageContext msgContext, OperationContext opContext)
           
 void OutInAxisOperation.addMessageContext(MessageContext msgContext, OperationContext opContext)
           
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.