org.mule.transformer
Class CompositeConverterTestCase

java.lang.Object
  extended by org.mule.transformer.CompositeConverterTestCase

public class CompositeConverterTestCase
extends Object


Constructor Summary
CompositeConverterTestCase()
           
 
Method Summary
 void appliesTransformerChainOnMessage()
           
 void dispose()
           
 void getEncoding()
           
 void getEndpoint()
           
 void getMimeType()
           
 void getReturnClass()
           
 void getReturnDataType()
           
 void getSourceDataTypes()
           
 void getSourceTypes()
           
 void initialise()
           
 void isAcceptNull()
           
 void isIgnoreBadInput()
           
 void isSourceDataTypeSupported()
           
 void isSourceTypeSupported()
           
 void priorityWeighting()
           
 void rejectsEmptyCompositeTransformer()
           
 void setEndpoint()
           
 void setMuleContext()
           
 void setReturnClass()
           
 void setReturnDataType()
           
 void transform()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeConverterTestCase

public CompositeConverterTestCase()
Method Detail

rejectsEmptyCompositeTransformer

public void rejectsEmptyCompositeTransformer()
                                      throws Exception
Throws:
Exception

isSourceTypeSupported

public void isSourceTypeSupported()

isSourceDataTypeSupported

public void isSourceDataTypeSupported()

getSourceTypes

public void getSourceTypes()

getSourceDataTypes

public void getSourceDataTypes()

isAcceptNull

public void isAcceptNull()

isIgnoreBadInput

public void isIgnoreBadInput()

setReturnClass

public void setReturnClass()

setReturnDataType

public void setReturnDataType()

getReturnClass

public void getReturnClass()

getReturnDataType

public void getReturnDataType()

getMimeType

public void getMimeType()

getEncoding

public void getEncoding()

getEndpoint

public void getEndpoint()

setEndpoint

public void setEndpoint()

priorityWeighting

public void priorityWeighting()
                       throws Exception
Throws:
Exception

initialise

public void initialise()
                throws Exception
Throws:
Exception

dispose

public void dispose()
             throws Exception
Throws:
Exception

setMuleContext

public void setMuleContext()

transform

public void transform()
               throws Exception
Throws:
Exception

appliesTransformerChainOnMessage

public void appliesTransformerChainOnMessage()
                                      throws Exception
Throws:
Exception


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.