public class MethodInvocationFailedException
extends java.lang.Exception
| Constructor and Description |
|---|
MethodInvocationFailedException(java.lang.Object pojo,
org.aopalliance.intercept.MethodInvocation invocation,
javax.jbi.messaging.MessageExchange messageExchange,
BeanEndpoint endpoint,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
BeanEndpoint |
getEndpoint() |
org.aopalliance.intercept.MethodInvocation |
getInvocation() |
javax.jbi.messaging.MessageExchange |
getMessageExchange() |
java.lang.Object |
getPojo() |
public MethodInvocationFailedException(java.lang.Object pojo,
org.aopalliance.intercept.MethodInvocation invocation,
javax.jbi.messaging.MessageExchange messageExchange,
BeanEndpoint endpoint,
java.lang.Throwable cause)
public java.lang.Object getPojo()
public org.aopalliance.intercept.MethodInvocation getInvocation()
public javax.jbi.messaging.MessageExchange getMessageExchange()
public BeanEndpoint getEndpoint()
Copyright © 2005-2015 FuseSource. All Rights Reserved.