public class InvocationListenerBean extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InvocationListenerBean.State |
| Constructor and Description |
|---|
InvocationListenerBean() |
InvocationListenerBean(EndpointInvocationContext eic,
InvocationListenerBean.State state) |
| Modifier and Type | Method and Description |
|---|---|
EndpointInvocationContext |
getEndpointInvocationContext() |
InvocationListenerBean.State |
getState() |
Throwable |
getThrowable() |
void |
setEndpointInvocationContext(EndpointInvocationContext eic) |
void |
setState(InvocationListenerBean.State state) |
void |
setThrowable(Throwable throwable) |
public InvocationListenerBean()
public InvocationListenerBean(EndpointInvocationContext eic, InvocationListenerBean.State state)
public EndpointInvocationContext getEndpointInvocationContext()
public void setEndpointInvocationContext(EndpointInvocationContext eic)
public InvocationListenerBean.State getState()
public void setState(InvocationListenerBean.State state)
public void setThrowable(Throwable throwable)
public Throwable getThrowable()
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.