org.cipango.diameter.api
Interface DiameterListener

All Superinterfaces:
java.util.EventListener

public interface DiameterListener
extends java.util.EventListener

Callback for diameter messages.


Method Summary
 void handle(DiameterServletMessage message)
          The handle method is invoked by the container when a Diameter message should be passed to the application.
 

Method Detail

handle

void handle(DiameterServletMessage message)
            throws java.io.IOException
The handle method is invoked by the container when a Diameter message should be passed to the application.

Throws:
java.io.IOException


Copyright © 2010. All Rights Reserved.