org.mobicents.ss7.sccp
Interface SccpProvider

All Known Implementing Classes:
DummySccpProvider, SccpIntelHDCProviderImpl, SccpM3UAProviderImpl

public interface SccpProvider

Author:
Oleg Kulikov

Method Summary
 void addSccpListener(SccpListener listener)
           
 SccpListener getListener()
           
 void send(SccpAddress calledParty, SccpAddress callingParty, byte[] data)
           
 void shutdown()
           
 

Method Detail

addSccpListener

void addSccpListener(SccpListener listener)

getListener

SccpListener getListener()

send

void send(SccpAddress calledParty,
          SccpAddress callingParty,
          byte[] data)
          throws java.io.IOException
Throws:
java.io.IOException

shutdown

void shutdown()


Copyright © 2008. All Rights Reserved.