examples.redirect
Class ProtocolObjects

java.lang.Object
  extended by examples.redirect.ProtocolObjects

public class ProtocolObjects
extends Object

Author:
M. Ranganathan

Field Summary
 AddressFactory addressFactory
           
 HeaderFactory headerFactory
           
 String logFileDirectory
           
 int logLevel
           
 MessageFactory messageFactory
           
 SipStack sipStack
           
 String transport
           
 
Method Summary
 void destroy()
           
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

addressFactory

public final AddressFactory addressFactory

messageFactory

public final MessageFactory messageFactory

headerFactory

public final HeaderFactory headerFactory

sipStack

public final SipStack sipStack

logLevel

public final int logLevel
See Also:
Constant Field Values

logFileDirectory

public final String logFileDirectory

transport

public final String transport
Method Detail

destroy

public void destroy()

start

public void start()
           throws Exception
Throws:
Exception


Copyright © 2014. All Rights Reserved.