org.apache.axis2.engine
Class DependencyManager
java.lang.Object
org.apache.axis2.engine.DependencyManager
- public class DependencyManager
- extends 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 |
DependencyManager
public DependencyManager()
configureBusinessLogicProvider
public static void configureBusinessLogicProvider(Object obj,
MessageContext requestMsgCtx,
MessageContext responseMsgCtx)
throws AxisFault
- Throws:
AxisFault