org.apache.axis2.context
Class ServiceGroupContext

java.lang.Object
  extended byorg.apache.axis2.context.AbstractContext
      extended byorg.apache.axis2.context.ServiceGroupContext
All Implemented Interfaces:
java.io.Serializable

public class ServiceGroupContext
extends AbstractContext

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.axis2.context.AbstractContext
nonPersistentMap, parent, persistentMap
 
Constructor Summary
ServiceGroupContext(ConfigurationContext parent, ServiceGroupDescription description)
           
 
Method Summary
 ServiceGroupDescription getDescription()
           
 java.lang.String getId()
           
 ServiceContext getServiceContext(java.lang.String serviceName)
           
 java.util.Iterator getServiceContexts()
           
 void init(AxisConfiguration axisConfiguration)
           
 void setId(java.lang.String id)
           
 
Methods inherited from class org.apache.axis2.context.AbstractContext
getNonPersistentMap, getParent, getPersistentMap, getProperty, getProperty, setParent, setProperty, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceGroupContext

public ServiceGroupContext(ConfigurationContext parent,
                           ServiceGroupDescription description)
Method Detail

init

public void init(AxisConfiguration axisConfiguration)
          throws AxisFault
Specified by:
init in class AbstractContext
Throws:
AxisFault

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)

getServiceContext

public ServiceContext getServiceContext(java.lang.String serviceName)

getDescription

public ServiceGroupDescription getDescription()

getServiceContexts

public java.util.Iterator getServiceContexts()