Deprecated API


Contents
Deprecated Interfaces
org.ikasan.framework.event.service.EventAggregator
          - use the Sequencer interface directly 
 

Deprecated Classes
org.ikasan.framework.component.routing.ContainsPayloadRouter
          No longer used as Initiators no longer deliver empty events. 
org.ikasan.framework.component.sequencing.EventAggregatingSequencer
          - use the Sequencer interface directly 
org.ikasan.framework.component.endpoint.EventWiretapEndpoint
          - replaced with org.ikasan.framework.component.endpoint.wiretap.WiretapEndpoint 
org.ikasan.framework.component.transformation.ExtendedXsltTransformer
          - Use XslTransformer which supports the stylesheet being specified through an InputStream rather than a URI. 
org.ikasan.framework.component.transformation.PluginTransformerAdapter
          This has been superseded by org.ikasan.framework.component.transformation.PayloadProviderTransformer 
 

Deprecated Methods
org.ikasan.framework.event.wiretap.dao.HibernateWiretapDao.findPaging(Set, String, String, String, String, Date, Date, String, int, int)
          - Use findWiretapEvents instead 
org.ikasan.framework.event.wiretap.dao.WiretapDao.findPaging(Set, String, String, String, String, Date, Date, String, int, int)
          - Use findWiretapEvents instead 
org.ikasan.framework.event.wiretap.service.WiretapServiceImpl.findWiretapEvents(Set, String, String, String, String, Date, Date, String, int, int)
          Use other findWiretapEvents method 
org.ikasan.framework.event.wiretap.service.WiretapService.findWiretapEvents(Set, String, String, String, String, Date, Date, String, int, int)
          - Use other findWiretapEvents instead Allows previously stored Events to be searched for. By default the search has no restrictions. Specifying any of the arguments as anything other than null will cause the search to be restricted by an exact match on that field 
 



Copyright © 2007-2012 Ikasan. All Rights Reserved.