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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProtocolFactory
public ProtocolFactory()
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 valuedebug - 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 valuedebug - a boolean value- Returns:
- a
ProtocolIfc value
Copyright © GNU, wttools developers Team.