|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InvocationListener
This interface will be implemented by those components wishing to be notified when requests are received on the server-side and when responses have been constructed on the server-side. Implementations can be registered with the FactoryRegistry.
Method Summary | |
---|---|
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. |
Method Detail |
---|
void notify(InvocationListenerBean bean) throws java.lang.Exception
java.lang.Exception
void notifyOnException(InvocationListenerBean bean)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |