org.apache.axis2.engine
Class DependencyManager

java.lang.Object
  extended byorg.apache.axis2.engine.DependencyManager

public class DependencyManager
extends java.lang.Object

This one Handlers the dependancy of the Service implemetation are injected before invoke the Service


Constructor Summary
DependencyManager()
           
 
Method Summary
static void configureBusinessLogicProvider(java.lang.Object obj, MessageContext msgctx, MessageContext newMsgCtx)
           
 
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(java.lang.Object obj,
                                                  MessageContext msgctx,
                                                  MessageContext newMsgCtx)
                                           throws AxisFault
Throws:
AxisFault