org.apache.axis2.context
Class ServiceContext
java.lang.Object
org.apache.axis2.context.AbstractContext
org.apache.axis2.context.ServiceContext
- public class ServiceContext
- extends AbstractContext
Well this is never clearly defined, what it does or the lifecycle.
So do NOT use this as it might not live up to your expectation.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceContext
public ServiceContext(AxisService serviceConfig,
ServiceGroupContext serviceGroupContext)
createOperationContext
public OperationContext createOperationContext(QName name)
getAxisService
public AxisService getAxisService()
getConfigurationContext
public ConfigurationContext getConfigurationContext()
getServiceInstanceID
public String getServiceInstanceID()
- Returns:
- Returns the serviceInstanceID.
setServiceInstanceID
public void setServiceInstanceID(String serviceInstanceID)
- Sets service instance id.
- Parameters:
serviceInstanceID
-
getServiceImpl
public Object getServiceImpl()
setServiceImpl
public void setServiceImpl(Object serviceImpl)
getServiceGroupContext
public ServiceGroupContext getServiceGroupContext()