|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.context.AbstractContext
org.apache.axis2.context.ConfigurationContext
This is the biggest memeber of the Axis2 information hierachy, and if this is serialized completly the whole Axis2 is saved to the disc.
Field Summary |
Fields inherited from class org.apache.axis2.context.AbstractContext |
nonPersistentMap, parent, persistentMap |
Constructor Summary | |
ConfigurationContext(AxisConfiguration axisConfiguration)
|
Method Summary | |
ServiceGroupContext |
fillServiceContextAndServiceGroupContext(MessageContext messageContext)
This method should search for a SGC in the map with given id as the key. |
AxisConfiguration |
getAxisConfiguration()
|
OperationContext |
getOperationContext(java.lang.String messageID)
get a OperationContext given a Message ID |
java.util.Map |
getOperationContextMap()
|
java.io.File |
getRealPath(java.lang.String path)
This method allows users to reolve the paths relative to the root diretory |
ServiceContext |
getServiceContext(java.lang.String serviceInstanceID)
get the ServiceContext given a id |
ServiceGroupContext |
getServiceGroupContext(java.lang.String serviceGroupContextId)
|
java.util.HashMap |
getServiceGroupContexts()
To get all the service groups in the system |
AxisStorage |
getStorage()
|
ThreadPool |
getThreadPool()
|
void |
init()
The method is used to do the intialization of the EngineContext |
void |
init(AxisConfiguration axisConfiguration)
|
void |
registerOperationContext(java.lang.String messageID,
OperationContext mepContext)
Register a OperationContext agienst a given Message ID. |
void |
registerServiceContext(java.lang.String serviceInstanceID,
ServiceContext serviceContext)
Register a ServiceContext agienst a given Message ID. |
void |
registerServiceGroupContext(ServiceGroupContext serviceGroupContext)
|
void |
removeService(javax.xml.namespace.QName name)
|
void |
setAxisConfiguration(AxisConfiguration configuration)
|
void |
setRootDir(java.io.File file)
|
void |
setStorage(AxisStorage storage)
|
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 |
public ConfigurationContext(AxisConfiguration axisConfiguration)
Method Detail |
public void init() throws AxisFault
AxisFault
public void removeService(javax.xml.namespace.QName name)
public void init(AxisConfiguration axisConfiguration) throws AxisFault
init
in class AbstractContext
AxisFault
public AxisConfiguration getAxisConfiguration()
public void setAxisConfiguration(AxisConfiguration configuration)
configuration
- public void registerOperationContext(java.lang.String messageID, OperationContext mepContext)
messageID
- mepContext
- public OperationContext getOperationContext(java.lang.String messageID)
messageID
-
OperationContext
public java.util.Map getOperationContextMap()
public void registerServiceContext(java.lang.String serviceInstanceID, ServiceContext serviceContext)
public ServiceContext getServiceContext(java.lang.String serviceInstanceID)
serviceInstanceID
- public AxisStorage getStorage()
public void setStorage(AxisStorage storage)
public ThreadPool getThreadPool()
public java.io.File getRealPath(java.lang.String path)
path
- public void setRootDir(java.io.File file)
file
- public ServiceGroupContext fillServiceContextAndServiceGroupContext(MessageContext messageContext) throws AxisFault
messageContext
-
AxisFault
public void registerServiceGroupContext(ServiceGroupContext serviceGroupContext)
public ServiceGroupContext getServiceGroupContext(java.lang.String serviceGroupContextId)
public java.util.HashMap getServiceGroupContexts()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |