com.antiaction.mayhem.core
Class ConfigInterfaceBindings

java.lang.Object
  extended by com.antiaction.mayhem.core.ConfigInterfaceBindings

public class ConfigInterfaceBindings
extends java.lang.Object

Author:
Nicholas TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
 IBindDatagramSocketFactory bindDatagramSocketFactory
           
 IBindSocketFactory bindSocketFactory
          BindSocketFactory used to bind interface/port pairs.
 java.util.List interfacePortList
          InterfacePort pairs.
 
Constructor Summary
ConfigInterfaceBindings()
           
 
Method Summary
static void bind(Service service, java.util.List bindList)
           
static java.util.List parseBindDatagramSocket(Service service, org.dom4j.Element parent)
           
static java.util.List parseBindSocket(Service service, org.dom4j.Element parent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bindDatagramSocketFactory

public IBindDatagramSocketFactory bindDatagramSocketFactory

bindSocketFactory

public IBindSocketFactory bindSocketFactory
BindSocketFactory used to bind interface/port pairs.


interfacePortList

public java.util.List interfacePortList
InterfacePort pairs.

Constructor Detail

ConfigInterfaceBindings

public ConfigInterfaceBindings()
Method Detail

bind

public static void bind(Service service,
                        java.util.List bindList)

parseBindDatagramSocket

public static java.util.List parseBindDatagramSocket(Service service,
                                                     org.dom4j.Element parent)

parseBindSocket

public static java.util.List parseBindSocket(Service service,
                                             org.dom4j.Element parent)


Copyright © 2001-2004 Nicholas Clarke. All Rights Reserved.