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
 

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

Uses of ServiceContext in org.apache.axis2.context
 

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

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

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 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.
 OperationClient AxisOperation.createClient(ServiceContext sc, Options options)
           
 OperationClient OutInAxisOperation.createClient(ServiceContext sc, Options options)
          Returns a MEP client for an Out-IN operation.
 

Uses of ServiceContext in org.apache.axis2.engine
 

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

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)