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.util   
 

Uses of ServiceContext in org.apache.axis2.client
 

Methods in org.apache.axis2.client that return ServiceContext
 ServiceContext MEPClient.getServiceContext()
          Deprecated.  
 

Methods in org.apache.axis2.client with parameters of type ServiceContext
 void MEPClient.setServiceContext(ServiceContext serviceContext)
          Deprecated.  
 

Constructors in org.apache.axis2.client with parameters of type ServiceContext
Call(ServiceContext service)
          Deprecated.  
InOnlyMEPClient(ServiceContext service)
          Deprecated.  
MessageSender(ServiceContext service)
          Deprecated. Constructs a Message Sender from a Service Context.
MEPClient(ServiceContext service, String mep)
          Deprecated.  
InOutMEPClient(ServiceContext serviceContext)
          Deprecated. Constructs a InOutMEPClient from a ServiceContext.
 

Uses of ServiceContext in org.apache.axis2.context
 

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

Methods in org.apache.axis2.context with parameters of type ServiceContext
static OperationContext OperationContextFactory.createOperationContext(int mepURI, AxisOperation axisOp, ServiceContext serviceContext)
           
 void SessionContext.addServiceContext(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 OutOnlyAxisOperation.createClient(ServiceContext sc, Options options)
          Returns a MEP client for an Out-only operation.
 OperationClient OutInAxisOperation.createClient(ServiceContext sc, Options options)
          Returns a MEP client for an Out-IN operation.
 OperationContext AxisOperation.findOperationContext(MessageContext msgContext, ServiceContext serviceContext)
          Finds a MEPContext for an incoming message.
 OperationClient AxisOperation.createClient(ServiceContext sc, Options options)
           
 

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)