Deprecated API


Contents
Deprecated Interfaces
org.milyn.delivery.ContentDeliveryUnit
          Use ContentHandler. 
 

Deprecated Fields
org.milyn.cdr.SmooksResourceConfiguration.PARAM_RESDATA
          Resource now specified on <resource> element. Since Configuration DTD v2.0. 
org.milyn.cdr.SmooksResourceConfiguration.PARAM_RESTYPE
          Resource type now specified on "type" attribute of <resource> element. Since Configuration DTD v2.0. 
 

Deprecated Methods
org.milyn.Smooks.filter(Source)
          Use Smooks.filterSource(javax.xml.transform.Source) 
org.milyn.Smooks.filter(Source, Result)
          Use Smooks.filterSource(javax.xml.transform.Source, javax.xml.transform.Result[]) 
org.milyn.Smooks.filter(Source, Result, ExecutionContext)
          Use Smooks.filterSource(ExecutionContext, Source, Result[]). 
org.milyn.delivery.sax.SAXElement.getCache()
          Use SAXElement.getCache(SAXVisitor). 
org.milyn.cdr.SmooksResourceConfigurationStore.removeShutdownHook()
          Smooks no longer uses shutdown hooks. The containing application is responsible for calling Smooks.close(). 
org.milyn.delivery.sax.SAXElement.setCache(Object)
          Use SAXElement.setCache(SAXVisitor, Object). 
org.milyn.delivery.Filter.setFilterType(Smooks, Filter.StreamFilterType)
          Use Filter.setFilterType(org.milyn.Smooks, org.milyn.StreamFilterType). 
 

Deprecated Constructors
org.milyn.payload.JavaSource()
          Use any of the other constructors. 
 



Copyright © 2009. All Rights Reserved.