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

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
 OperationContext MessageContext.getOperationContext()
           
static OperationContext OperationContextFactory.createOperationContext(int mepURI, OperationDescription axisOp, ServiceContext serviceContext)
           
static OperationContext OperationContextFactory.createOperationContext(int mepURI, OperationDescription axisOp)
          When you call this make sure you set the parent later.
 OperationContext ServiceContext.createOperationContext(javax.xml.namespace.QName name)
           
 OperationContext ConfigurationContext.getOperationContext(java.lang.String messageID)
          get a OperationContext given a Message ID
 

Methods in org.apache.axis2.context with parameters of type OperationContext
 void MessageContext.setOperationContext(OperationContext context)
           
 void ConfigurationContext.registerOperationContext(java.lang.String messageID, OperationContext mepContext)
          Register a OperationContext agienst a given Message ID.
 

Uses of OperationContext in org.apache.axis2.description
 

Methods in org.apache.axis2.description that return OperationContext
 OperationContext OperationDescription.findOperationContext(MessageContext msgContext, ServiceContext serviceContext)
          This method is responsible for finding a MEPContext for an incomming messages.
 OperationContext OperationDescription.findForExistingOperationContext(MessageContext msgContext)
          This will not create a new operation context if there is no one already.
 

Methods in org.apache.axis2.description with parameters of type OperationContext
 void OperationDescription.registerOperationContext(MessageContext msgContext, OperationContext operationContext)