org.jboss.remoting.transport.sslmultiplex
Class TransportServerFactory

java.lang.Object
  extended by org.jboss.remoting.transport.sslmultiplex.TransportServerFactory
All Implemented Interfaces:
ServerFactory

public class TransportServerFactory
extends java.lang.Object
implements ServerFactory

Author:
Tom Elrod

Constructor Summary
TransportServerFactory()
           
 
Method Summary
 ServerInvoker createServerInvoker(InvokerLocator locator, java.util.Map config)
           
 boolean supportsSSL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransportServerFactory

public TransportServerFactory()
Method Detail

createServerInvoker

public ServerInvoker createServerInvoker(InvokerLocator locator,
                                         java.util.Map config)
                                  throws java.io.IOException
Specified by:
createServerInvoker in interface ServerFactory
Throws:
java.io.IOException

supportsSSL

public boolean supportsSSL()
Specified by:
supportsSSL in interface ServerFactory


Copyright © 1998-2005 JBoss Inc . All Rights Reserved.