wt.ixb.conflictFramework.conflictResolution
Class IXConfiguredDelegateFactory

java.lang.Object
  extended bywt.ixb.conflictFramework.conflictResolution.IXConfiguredDelegateFactory

public class IXConfiguredDelegateFactory
extends Object


Field Summary
static String DELEGATE_RELATIVE_XPATH
           
static String PARAM_RELATIVE_XPATH
           
 
Constructor Summary
IXConfiguredDelegateFactory()
           
 
Method Summary
static IXConfiguredDelegateIfc getDelegate(String configXPath, String resolverId)
           
static Collection getDelegates(String configXPath)
           
static Map getInitMap(IxbElement configNode)
           
static Map getInitParams(IxbElement configNode)
           
static IXConfiguredDelegateIfc newDelegate(IxbElement configNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_RELATIVE_XPATH

public static final String PARAM_RELATIVE_XPATH
See Also:
Constant Field Values

DELEGATE_RELATIVE_XPATH

public static final String DELEGATE_RELATIVE_XPATH
See Also:
Constant Field Values
Constructor Detail

IXConfiguredDelegateFactory

public IXConfiguredDelegateFactory()
Method Detail

getDelegates

public static Collection getDelegates(String configXPath)
                               throws Exception
Throws:
Exception

getDelegate

public static IXConfiguredDelegateIfc getDelegate(String configXPath,
                                                  String resolverId)
                                           throws Exception
Throws:
Exception

newDelegate

public static IXConfiguredDelegateIfc newDelegate(IxbElement configNode)
                                           throws Exception
Throws:
Exception

getInitParams

public static Map getInitParams(IxbElement configNode)
                         throws Exception
Throws:
Exception

getInitMap

public static Map getInitMap(IxbElement configNode)
                      throws Exception
Throws:
Exception