public interface InvocationListener
Modifier and Type | Method and Description |
---|---|
void |
notify(InvocationListenerBean bean)
This method will be called by JAX-WS when a message has been
received or just before a response is sent to the client.
|
void |
notifyOnException(InvocationListenerBean bean)
This method will be called anytime that an exception occurs
within the JAX-WS server-side code flow.
|
void notify(InvocationListenerBean bean) throws Exception
Exception
void notifyOnException(InvocationListenerBean bean)
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.