net.ihe.gazelle.proxy.factory
Class SyslogProxyFactory

java.lang.Object
  extended by net.ihe.gazelle.proxy.factory.SyslogProxyFactory
All Implemented Interfaces:
ProxyFactory

public class SyslogProxyFactory
extends Object
implements ProxyFactory


Constructor Summary
SyslogProxyFactory()
           
 
Method Summary
 ChannelType getChannelType()
           
 Proxy<?,?> newProxy(ConnectionConfig connectionConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyslogProxyFactory

public SyslogProxyFactory()
Method Detail

newProxy

public Proxy<?,?> newProxy(ConnectionConfig connectionConfig)
Specified by:
newProxy in interface ProxyFactory

getChannelType

public ChannelType getChannelType()
Specified by:
getChannelType in interface ProxyFactory


Copyright © 2012 JBoss. All Rights Reserved.