|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.module.ibeans.spi.support.DataTypeConverter
public class DataTypeConverter
Both Mule and iBeans define a DataType model for associating Java types with other info such as mime type and encoding This classes provides a couple of functions to convert between the two models
Constructor Summary | |
---|---|
DataTypeConverter()
|
Method Summary | |
---|---|
static DataType |
convertIBeansToMule(org.ibeans.api.DataType ibeansDT)
|
static org.ibeans.api.DataType |
convertMuleToIBeans(DataType muleDT)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DataTypeConverter()
Method Detail |
---|
public static org.ibeans.api.DataType convertMuleToIBeans(DataType muleDT) throws javax.activation.MimeTypeParseException
javax.activation.MimeTypeParseException
public static DataType convertIBeansToMule(org.ibeans.api.DataType ibeansDT) throws javax.activation.MimeTypeParseException
javax.activation.MimeTypeParseException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |