org.apache.axis2.engine
Class DependencyManager
java.lang.Object
org.apache.axis2.engine.DependencyManager
- public class DependencyManager
- extends java.lang.Object
If the service implementation has an init method with 1 or 2 message context as its parameters, then
the DependencyManager calls the init method with appropriate parameters.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVICE_INIT_METHOD
public static final java.lang.String SERVICE_INIT_METHOD
- See Also:
- Constant Field Values
SERVICE_START_METHOD
public static final java.lang.String SERVICE_START_METHOD
- See Also:
- Constant Field Values
SERVICE_DESTROY_METHOD
public static final java.lang.String SERVICE_DESTROY_METHOD
- See Also:
- Constant Field Values
DependencyManager
public DependencyManager()
initServiceClass
public static void initServiceClass(java.lang.Object obj,
ServiceContext serviceContext)
initService
public static void initService(ServiceGroupContext serviceGroupContext)
throws AxisFault
- To init all the services in application scope
- Parameters:
serviceGroupContext
-
- Throws:
AxisFault
destroyServiceObject
public static void destroyServiceObject(ServiceContext serviceContext)
- To startup service when user puts load-on-startup parameter
Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.