|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.fossilec.odettej.transport.TransportFactory
public abstract class TransportFactory
Factory contract used to create (instantiation) a class implementing
Transport
interface.
Constructor Summary | |
---|---|
TransportFactory()
|
Method Summary | |
---|---|
abstract Transport |
createTransport()
Method used to simply return a Transport class
implementation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TransportFactory()
Method Detail |
---|
public abstract Transport createTransport()
Transport
class
implementation.
Transport
implementation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |