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

Packages that use ServiceContext
org.apache.axis2.client   
org.apache.axis2.context   
org.apache.axis2.description   
org.apache.axis2.engine   
org.apache.axis2.util   
 

Uses of ServiceContext in org.apache.axis2.client
 

Fields in org.apache.axis2.client declared as ServiceContext
protected  ServiceContext OperationClient.sc
           
 

Methods in org.apache.axis2.client that return ServiceContext
 ServiceContext ServiceClient.getServiceContext()
          Get the service context.
 

Constructors in org.apache.axis2.client with parameters of type ServiceContext
OperationClient(AxisOperation axisOp, ServiceContext sc, Options options)
           
 

Uses of ServiceContext in org.apache.axis2.context
 

Methods in org.apache.axis2.context that return ServiceContext
 ServiceContext MessageContext.getServiceContext()
           
 ServiceContext OperationContext.getServiceContext()
          Returns the ServiceContext in which this OperationContext lives.
 ServiceContext ServiceGroupContext.getServiceContext(AxisService service)
          Gets a service context.
 ServiceContext SessionContext.getServiceContext(AxisService axisService)
           
 

Methods in org.apache.axis2.context with parameters of type ServiceContext
 void SessionContext.addServiceContext(ServiceContext serviceContext)
           
static OperationContext OperationContextFactory.createOperationContext(int mepURI, AxisOperation axisOp, ServiceContext serviceContext)
           
 void MessageContext.setServiceContext(ServiceContext context)
           
 

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

Uses of ServiceContext in org.apache.axis2.description
 

Methods in org.apache.axis2.description with parameters of type ServiceContext
 OperationClient AxisOperation.createClient(ServiceContext sc, Options options)
           
 OperationClient OutInAxisOperation.createClient(ServiceContext sc, Options options)
          Returns a MEP client for an Out-IN operation.
 OperationClient OutOnlyAxisOperation.createClient(ServiceContext sc, Options options)
          Returns a MEP client for an Out-only operation.
 OperationClient RobustOutOnlyAxisOperation.createClient(ServiceContext sc, Options options)
           
 OperationContext AxisOperation.findOperationContext(MessageContext msgContext, ServiceContext serviceContext)
          Finds a MEPContext for an incoming message.
 

Uses of ServiceContext in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine with parameters of type ServiceContext
static void DependencyManager.destroyServiceObject(ServiceContext serviceContext)
          To startup service when user puts load-on-startup parameter
static void DependencyManager.initServiceClass(Object obj, ServiceContext serviceContext)
           
 

Uses of ServiceContext in org.apache.axis2.util
 

Methods in org.apache.axis2.util that return ServiceContext
static ServiceContext Utils.fillContextInformation(AxisService axisService, ConfigurationContext configurationContext)