wttools.protocols
Class ProtocolFactory

java.lang.Object
  |
  +--wttools.protocols.ProtocolFactory

public class ProtocolFactory
extends java.lang.Object

Class ProtocolFactory implements

Version:
$Revision: 1.5 $
Author:
Artur Hefczyc

Constructor Summary
ProtocolFactory()
           
 
Method Summary
static ProtocolIfc createProtocol(URI uri)
          createProtocol method performs
static ProtocolIfc createProtocol(URI uri, boolean debug)
          createProtocol method performs
static ProtocolIfc createProtocol(URI uri, java.lang.String protoImpl)
           
static ProtocolIfc createProtocol(URI uri, java.lang.String protoImpl, boolean debug)
           
static ProtocolIfc createStandardImpl(URI uri)
          createStandardImpl method performs
static ProtocolIfc createStandardImpl(URI uri, boolean debug)
          createStandardImpl method performs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtocolFactory

public ProtocolFactory()
Method Detail

createStandardImpl

public static ProtocolIfc createStandardImpl(URI uri)
createStandardImpl method performs
Parameters:
uri - an URI value
Returns:
a ProtocolIfc value

createStandardImpl

public static ProtocolIfc createStandardImpl(URI uri,
                                             boolean debug)
createStandardImpl method performs
Parameters:
uri - an URI value
debug - a boolean value
Returns:
a ProtocolIfc value

createProtocol

public static ProtocolIfc createProtocol(URI uri)
createProtocol method performs
Parameters:
uri - an URI value
Returns:
a ProtocolIfc value

createProtocol

public static ProtocolIfc createProtocol(URI uri,
                                         java.lang.String protoImpl)

createProtocol

public static ProtocolIfc createProtocol(URI uri,
                                         java.lang.String protoImpl,
                                         boolean debug)

createProtocol

public static ProtocolIfc createProtocol(URI uri,
                                         boolean debug)
createProtocol method performs
Parameters:
uri - an URI value
debug - a boolean value
Returns:
a ProtocolIfc value


Copyright © GNU, wttools developers Team.