| Interface and Description |
|---|
| org.milyn.delivery.StreamReader
No longer required.
AbstractParser always creates an InputSource
that contains both an InputStream and a Reader, XMLReader implementation
can pick whichever it needs and no need to mark it as requiring one or the other. |
| Class and Description |
|---|
| org.milyn.javabean.repository.BeanIdRegister
Use the BeanIdStore
|
| org.milyn.javabean.repository.BeanRepository |
| org.milyn.javabean.repository.BeanRepositoryManager
Use the
BeanContext via the ExecutionContext.getBeanContext() method |
| org.milyn.delivery.sax.WriterUtil
Use
SAXElementWriterUtil. |
| Field and Description |
|---|
| 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.
|
| Method and Description |
|---|
| org.milyn.delivery.sax.SAXElement.getAttribute(String, String) |
| org.milyn.javabean.repository.BeanId.getBeanIdList() |
| org.milyn.delivery.sax.SAXElement.getCache() |
| org.milyn.cdr.SmooksResourceConfiguration.getContextualSelector()
Use {#link #getSelectorSteps}.
|
| 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) |
| org.milyn.delivery.Filter.setFilterType(Smooks, Filter.StreamFilterType) |
| Constructor and Description |
|---|
| org.milyn.payload.JavaSource()
Use any of the other constructors.
|
Copyright © 2015. All rights reserved.