|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
In our prototype hosting environment, service endpoints can register listeners for both soapMessages and for exceptions. Such endpoints need to first implement this interface.
| Method Summary | |
void |
onException(Exception exception)
When an exception has occurred this registered listener will be called. |
void |
onMessage(SOAPMessage soapMessage)
Upon the receipt of a message. |
| Method Detail |
public void onMessage(SOAPMessage soapMessage)
public void onException(Exception exception)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||