|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mule.api.registry.TransformCriteria
public class TransformCriteria
A bean that holds information about a transformer to be discovered in the Registry. TransformerResolver
instances will use some or all of this information to select a transformer that matches the criteria.
| Constructor Summary | |
|---|---|
TransformCriteria()
|
|
TransformCriteria(Class[] inputTypes,
Class outputType,
String[] inboundMimeTypes,
String outboundMimeType)
|
|
| Method Summary | |
|---|---|
String[] |
getInboundMimeTypes()
Not currently supported by the Mule 3.0 api |
Class[] |
getInputTypes()
|
String |
getOutboundMimeType()
Not currently supported by the Mule 3.0 api |
Class |
getOutputType()
|
void |
setInboundMimeTypes(String[] inboundMimeTypes)
Not currently supported by the Mule 3.0 api |
void |
setInputTypes(Class[] inputTypes)
|
void |
setOutboundMimeType(String outboundMimeType)
Not currently supported by the Mule 3.0 api |
void |
setOutputType(Class outputType)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransformCriteria()
public TransformCriteria(Class[] inputTypes,
Class outputType,
String[] inboundMimeTypes,
String outboundMimeType)
| Method Detail |
|---|
public Class[] getInputTypes()
public void setInputTypes(Class[] inputTypes)
public Class getOutputType()
public void setOutputType(Class outputType)
public String[] getInboundMimeTypes()
public void setInboundMimeTypes(String[] inboundMimeTypes)
public String getOutboundMimeType()
public void setOutboundMimeType(String outboundMimeType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||