org.dcm4che.server
Class ServerFactory

java.lang.Object
  extended by org.dcm4che.server.ServerFactory

public abstract class ServerFactory
extends java.lang.Object

Version:
$Revision: 3922 $ $Date: 2005-10-05 18:26:16 +0200 (Mi, 05 Okt 2005) $

Revisions:

yyyymmdd author:

Author:
gunter zeilinger
See Also:

Constructor Summary
ServerFactory()
           
 
Method Summary
static ServerFactory getInstance()
           
abstract  DcmHandler newDcmHandler(AcceptorPolicy policy, DcmServiceRegistry services)
           
abstract  HL7Handler newHL7Handler()
           
abstract  Server newServer(Server.Handler handler)
           
abstract  UDPServer.Handler newSyslogHandler(SyslogService service)
           
abstract  UDPServer newUDPServer(UDPServer.Handler handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerFactory

public ServerFactory()
Method Detail

getInstance

public static ServerFactory getInstance()

newServer

public abstract Server newServer(Server.Handler handler)

newDcmHandler

public abstract DcmHandler newDcmHandler(AcceptorPolicy policy,
                                         DcmServiceRegistry services)

newHL7Handler

public abstract HL7Handler newHL7Handler()

newUDPServer

public abstract UDPServer newUDPServer(UDPServer.Handler handler)

newSyslogHandler

public abstract UDPServer.Handler newSyslogHandler(SyslogService service)