Modifier and Type | Field and Description |
---|---|
protected ServiceContext |
OperationClient.sc |
Modifier and Type | Method and Description |
---|---|
ServiceContext |
ServiceClient.getServiceContext()
Get the service context.
|
Constructor and Description |
---|
OperationClient(AxisOperation axisOp,
ServiceContext sc,
Options options) |
Modifier and Type | Method and Description |
---|---|
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.
|
ServiceContext |
ServiceGroupContext.findServiceContext(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 |
OperationContext.getServiceContext()
Returns the ServiceContext in which this OperationContext lives.
|
ServiceContext |
MessageContext.getServiceContext() |
ServiceContext |
SessionContext.getServiceContext(AxisService axisService) |
ServiceContext |
ServiceGroupContext.getServiceContext(AxisService service)
Gets a service context.
|
Modifier and Type | Method and Description |
---|---|
Iterator<ServiceContext> |
ServiceGroupContext.getServiceContexts() |
Modifier and Type | Method and Description |
---|---|
void |
SessionContext.addServiceContext(ServiceContext serviceContext) |
void |
ServiceGroupContext.addServiceContext(ServiceContext srvctx)
Adds the specified service context object to the
lists of service contexts for this service group
context.
|
static OperationContext |
OperationContextFactory.createOperationContext(int mepURI,
AxisOperation axisOp,
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.
|
void |
MessageContext.setServiceContext(ServiceContext context) |
Constructor and Description |
---|
OperationContext(AxisOperation axisOperation,
ServiceContext serviceContext)
Constructs a new OperationContext.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageContextListener.attachServiceContextEvent(ServiceContext sc,
MessageContext mc) |
void |
AxisService.attachServiceContextEvent(ServiceContext sc,
MessageContext mc)
Signal an Attach ServiceContext Event
|
OperationClient |
RobustOutOnlyAxisOperation.createClient(ServiceContext sc,
Options options) |
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.
|
OperationClient |
InOutAxisOperation.createClient(ServiceContext sc,
Options options) |
OperationClient |
InOnlyAxisOperation.createClient(ServiceContext sc,
Options options) |
abstract OperationClient |
AxisOperation.createClient(ServiceContext sc,
Options options)
Return an OperationClient suitable for this AxisOperation.
|
OperationContext |
AxisOperation.findOperationContext(MessageContext msgContext,
ServiceContext serviceContext)
Finds an OperationContext for an incoming message.
|
Modifier and Type | Method and Description |
---|---|
static void |
DependencyManager.destroyServiceObject(ServiceContext serviceContext)
Notify a service object that it's on death row.
|
static void |
DependencyManager.initServiceObject(Object obj,
ServiceContext serviceContext)
Initialize a new service object.
|
Modifier and Type | Method and Description |
---|---|
void |
ProviderOMContextListener.attachServiceContextEvent(ServiceContext sc,
MessageContext mc) |
static void |
ProviderOMContextListener.create(ServiceContext sc)
Create and add a listener
|
Modifier and Type | Method and Description |
---|---|
void |
UnmarshalMessageContextListener.attachServiceContextEvent(ServiceContext sc,
MessageContext mc) |
static void |
UnmarshalMessageContextListener.create(ServiceContext sc)
Create and add a listener
|
Modifier and Type | Method and Description |
---|---|
void |
Lifecycle.destroy(ServiceContext context)
destroy() is called when Axis2 decides that it is finished with a particular instance
of the back-end service class.
|
void |
Lifecycle.init(ServiceContext context)
init() is called when a new instance of the implementing class has been created.
|
Modifier and Type | Method and Description |
---|---|
static ServiceContext |
Utils.fillContextInformation(AxisService axisService,
ConfigurationContext configurationContext) |
Copyright © The Apache Software Foundation. All Rights Reserved.