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

Packages that use ServiceContext
org.apache.axis2.clientapi   
org.apache.axis2.context   
org.apache.axis2.description   
org.apache.axis2.util   
 

Uses of ServiceContext in org.apache.axis2.clientapi
 

Fields in org.apache.axis2.clientapi declared as ServiceContext
protected  ServiceContext MEPClient.serviceContext
           
protected  ServiceContext Stub._serviceContext
           
 

Methods in org.apache.axis2.clientapi that return ServiceContext
protected static ServiceContext Call.assumeServiceContext(java.lang.String clientHome)
          Assume the values for the ConfigurationContext and ServiceContext to make the NON WSDL cases simple.
 

Constructors in org.apache.axis2.clientapi with parameters of type ServiceContext
RESTCall(ServiceContext service)
           
MEPClient(ServiceContext service, java.lang.String mep)
           
InOutMEPClient(ServiceContext serviceContext)
          This accepts a ServiceContext, and the ServiceContext should have all the parents set in to it right Ideall this should be generated from a WSDL, we do not have it yet.
Call(ServiceContext service)
           
InOnlyMEPClient(ServiceContext service)
           
MessageSender(ServiceContext service)
          Service context of the Service this MessageSender handles, compare this with the Call, simpler method.
 

Uses of ServiceContext in org.apache.axis2.context
 

Methods in org.apache.axis2.context that return ServiceContext
 ServiceContext MessageContext.getServiceContext()
           
 ServiceContext ServiceGroupContext.getServiceContext(java.lang.String serviceName)
           
 ServiceContext OperationContext.getServiceContext()
          Return the ServiceContext in which this OperationContext lives.
 ServiceContext ConfigurationContext.getServiceContext(java.lang.String serviceInstanceID)
          get the ServiceContext given a id
 

Methods in org.apache.axis2.context with parameters of type ServiceContext
 void MessageContext.setServiceContext(ServiceContext context)
           
static OperationContext OperationContextFactory.createOperationContext(int mepURI, OperationDescription axisOp, ServiceContext serviceContext)
           
 void ConfigurationContext.registerServiceContext(java.lang.String serviceInstanceID, ServiceContext serviceContext)
          Register a ServiceContext agienst a given Message ID.
 

Constructors in org.apache.axis2.context with parameters of type ServiceContext
OperationContext(OperationDescription axisOperation, ServiceContext serviceContext)
          Construct a new OperationContext.
 

Uses of ServiceContext in org.apache.axis2.description
 

Methods in org.apache.axis2.description that return ServiceContext
 ServiceContext ServiceDescription.u(MessageContext msgContext)
          This finds the ServiceContext provided that the incomming message that has have some serviceInstanceID.
 

Methods in org.apache.axis2.description with parameters of type ServiceContext
 OperationContext OperationDescription.findOperationContext(MessageContext msgContext, ServiceContext serviceContext)
          This method is responsible for finding a MEPContext for an incomming messages.
 

Uses of ServiceContext in org.apache.axis2.util
 

Methods in org.apache.axis2.util that return ServiceContext
static ServiceContext Utils.fillContextInformation(OperationDescription operationDesc, ServiceDescription serviceDesc, ConfigurationContext configurationContext)