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 OperationContext.getServiceContext()
          Returns the ServiceContext in which this OperationContext lives.
 ServiceContext MessageContext.getServiceContext()
           
 ServiceContext SessionContext.getServiceContext(AxisService axisService)
           
static ServiceContext ContextFactory.createServiceContext(ServiceGroupContext serviceGroupContext, AxisService service)
           
 ServiceContext ServiceGroupContext.getServiceContext(AxisService service)
          Gets a service context.
 ServiceContext ServiceGroupContext.findServiceContext(java.lang.String name)
          Finds the service context object that corresponds to the specified name from the list of service contexts for this service group context.
 ServiceContext ServiceGroupContext.findServiceContext(AxisService axisSrv)
          Finds the service context object that corresponds to the specified AxisService from the list of service contexts for this service group context.
 

Methods in org.apache.axis2.context with parameters of type ServiceContext
 void MessageContext.setServiceContext(ServiceContext context)
           
 void SessionContext.addServiceContext(ServiceContext serviceContext)
           
static OperationContext ContextFactory.createOperationContext(AxisOperation axisOperation, ServiceContext serviceContext)
           
 void ServiceContext.putContextProperties(ServiceContext context, boolean doParentProperties)
          This will do a copy of the properties from this context object to the properties of the specified context object.
 boolean ServiceContext.isEquivalent(ServiceContext ctx)
          Compares key parts of the state from the current instance of this class with the specified instance to see if they are equivalent.
static OperationContext OperationContextFactory.createOperationContext(int mepURI, AxisOperation axisOp, ServiceContext serviceContext)
           
 void ServiceGroupContext.addServiceContext(ServiceContext srvctx)
          Adds the specified service context object to the lists of service contexts for this service group 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 OutOnlyAxisOperation.createClient(ServiceContext sc, Options options)
          Returns a MEP client for an Out-only operation.
 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.
 OperationClient RobustOutOnlyAxisOperation.createClient(ServiceContext sc, Options options)
           
 

Uses of ServiceContext in org.apache.axis2.engine
 

Methods in org.apache.axis2.engine with parameters of type ServiceContext
static void DependencyManager.initServiceClass(java.lang.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)
           
 



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