@Deprecated public class BeanInvocation extends Object implements Externalizable
| Constructor and Description |
|---|
BeanInvocation()
Deprecated.
|
BeanInvocation(Method method,
Object[] args)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getArgs()
Deprecated.
|
Method |
getMethod()
Deprecated.
|
void |
invoke(Object pojo,
Exchange exchange)
Deprecated.
This causes us to invoke the endpoint Pojo using reflection.
|
void |
readExternal(ObjectInput objectInput)
Deprecated.
|
void |
setArgs(Object[] args)
Deprecated.
|
void |
setMethod(Method method)
Deprecated.
|
String |
toString()
Deprecated.
|
void |
writeExternal(ObjectOutput objectOutput)
Deprecated.
|
public BeanInvocation()
public BeanInvocation(Method method, Object[] args)
public void invoke(Object pojo, Exchange exchange)
pojo - the bean on which to perform this invocationexchange - the exchange carrying the method invocationpublic void readExternal(ObjectInput objectInput) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal in interface ExternalizableIOExceptionApache Camel