|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.model.ProcessorType
org.apache.camel.model.OutputType
org.apache.camel.model.BeanRef
public class BeanRef
| Field Summary |
|---|
| Fields inherited from class org.apache.camel.model.OutputType |
|---|
outputs |
| Fields inherited from class org.apache.camel.model.ProcessorType |
|---|
DEFAULT_TRACE_CATEGORY |
| Constructor Summary | |
|---|---|
BeanRef()
|
|
BeanRef(Object bean)
|
|
BeanRef(String ref,
String method)
|
|
| Method Summary | |
|---|---|
Processor |
createProcessor(RouteContext routeContext)
|
protected String |
description()
|
String |
getMethod()
|
String |
getRef()
|
void |
setBean(Object bean)
|
void |
setMethod(String method)
|
void |
setRef(String ref)
|
String |
toString()
|
| Methods inherited from class org.apache.camel.model.OutputType |
|---|
configureChild, getInterceptors, getOutputs, setInterceptors, setOutputs |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BeanRef()
public BeanRef(Object bean)
public BeanRef(String ref,
String method)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic String getRef()
public void setRef(String ref)
public String getMethod()
public void setMethod(String method)
public void setBean(Object bean)
public Processor createProcessor(RouteContext routeContext)
createProcessor in class ProcessorTypeprotected String description()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||