|
||||||||||
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
public class ConfigurationContext
This contains all the configuration information for Axis2.
Field Summary |
---|
Fields inherited from class org.apache.axis2.context.AbstractContext |
---|
COPY_PROPERTIES, lastTouchedTime, parent, properties |
Constructor Summary | |
---|---|
ConfigurationContext(AxisConfiguration axisConfiguration)
|
Methods inherited from class org.apache.axis2.context.AbstractContext |
---|
getLastTouchedTime, getParent, getProperties, getProperty, setParent, setProperties, setProperty, touch |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationContext(AxisConfiguration axisConfiguration)
Method Detail |
---|
protected void finalize() throws Throwable
finalize
in class Object
Throwable
public void fillServiceContextAndServiceGroupContext(MessageContext messageContext) throws AxisFault
If(key != null && found) check for a service context for the intended service. if (!found) create one and hook up to ServiceGroupContext else create new ServiceGroupContext with the given key or if key is null with a new key create a new service context for the service
messageContext
-
AxisFault
public void registerOperationContext(String messageID, OperationContext mepContext)
messageID
- mepContext
- public void registerServiceGroupContext(ServiceGroupContext serviceGroupContext)
public void addServiceGroupContextintoApplicatoionScopeTable(ServiceGroupContext serviceGroupContext)
public AxisConfiguration getAxisConfiguration()
public OperationContext getOperationContext(String id)
OperationContext
public Map getOperationContextMap()
public File getRealPath(String path)
path
- public ServiceGroupContext getServiceGroupContext(String serviceGroupContextId, MessageContext msgContext)
public Hashtable getServiceGroupContexts()
public ThreadFactory getThreadPool()
public void setAxisConfiguration(AxisConfiguration configuration)
configuration
- public void setThreadPool(ThreadFactory pool) throws AxisFault
pool
-
AxisFault
public ListenerManager getListenerManager()
public void setTransportManager(ListenerManager listenerManager)
public void cleanupContexts()
public String getServiceContextPath()
public String getRESTContextPath()
public String getServicePath()
public String getRESTPath()
public String getContextRoot()
public void setServicePath(String servicePath)
public void setRESTPath(String restPath)
public void setContextRoot(String contextRoot)
public long getServiceGroupContextTimoutInterval()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |