org.apache.axis2.engine
Class DependencyManager

java.lang.Object
  extended byorg.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.


Constructor Summary
DependencyManager()
           
 
Method Summary
static void configureBusinessLogicProvider(Object obj, MessageContext requestMsgCtx, MessageContext responseMsgCtx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DependencyManager

public DependencyManager()
Method Detail

configureBusinessLogicProvider

public static void configureBusinessLogicProvider(Object obj,
                                                  MessageContext requestMsgCtx,
                                                  MessageContext responseMsgCtx)
                                           throws AxisFault
Throws:
AxisFault