org.instrumentmiddleware.cima.transport.delivery.impl
Class SpringDeliveryStrategyFactory

java.lang.Object
  extended by org.instrumentmiddleware.cima.transport.delivery.impl.SpringDeliveryStrategyFactory
All Implemented Interfaces:
IDeliveryStrategyFactory, org.springframework.context.ApplicationContextAware
Direct Known Subclasses:
ListTransportManager

public class SpringDeliveryStrategyFactory
extends java.lang.Object
implements IDeliveryStrategyFactory, org.springframework.context.ApplicationContextAware


Constructor Summary
SpringDeliveryStrategyFactory()
           
 
Method Summary
 IDeliveryStrategy getDefaultDeliveryStrategy()
           
 IDeliveryStrategy getDeliveryStrategy(java.lang.Class<?> clazz)
           
 void setApplicationContext(org.springframework.context.ApplicationContext arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringDeliveryStrategyFactory

public SpringDeliveryStrategyFactory()
Method Detail

getDefaultDeliveryStrategy

public IDeliveryStrategy getDefaultDeliveryStrategy()
Specified by:
getDefaultDeliveryStrategy in interface IDeliveryStrategyFactory

getDeliveryStrategy

public IDeliveryStrategy getDeliveryStrategy(java.lang.Class<?> clazz)
                                      throws java.lang.Exception
Specified by:
getDeliveryStrategy in interface IDeliveryStrategyFactory
Throws:
java.lang.Exception

setApplicationContext

public void setApplicationContext(org.springframework.context.ApplicationContext arg0)
                           throws org.springframework.beans.BeansException
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware
Throws:
org.springframework.beans.BeansException


Copyright © 2008. All Rights Reserved.