org.apache.axis2.jaxws.server
Class InvocationListenerBean
java.lang.Object
org.apache.axis2.jaxws.server.InvocationListenerBean
public class InvocationListenerBean
- extends java.lang.Object
An instance of this class will be passed to the InvocationListener
instances in both the request and response flow. This bean will
hold data that allows the InvocationListener to determine the message
flow (request vs. response) as well as other context information.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvocationListenerBean
public InvocationListenerBean()
InvocationListenerBean
public InvocationListenerBean(EndpointInvocationContext eic,
InvocationListenerBean.State state)
getEndpointInvocationContext
public EndpointInvocationContext getEndpointInvocationContext()
setEndpointInvocationContext
public void setEndpointInvocationContext(EndpointInvocationContext eic)
getState
public InvocationListenerBean.State getState()
setState
public void setState(InvocationListenerBean.State state)
setThrowable
public void setThrowable(java.lang.Throwable throwable)
getThrowable
public java.lang.Throwable getThrowable()
Copyright ? 2007 Apache Web Services Project. All Rights Reserved.