org.apache.axis2.context
Class ServiceGroupContext
java.lang.Object
org.apache.axis2.context.AbstractContext
org.apache.axis2.context.ServiceGroupContext
- public class ServiceGroupContext
- extends AbstractContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceGroupContext
public ServiceGroupContext(ConfigurationContext parent,
AxisServiceGroup axisServiceGroup)
getDescription
public AxisServiceGroup getDescription()
getId
public String getId()
getServiceContext
public ServiceContext getServiceContext(AxisService service)
throws AxisFault
- Gets a service context. Creates a new one from AxisService.
There is no need to store service context inside serviceGroup
context as well.
- Parameters:
service
-
- Returns:
- Returns ServiceContext.
- Throws:
AxisFault
getServiceContexts
public Iterator getServiceContexts()
setId
public void setId(String id)