com.ibm.security.certclient.util
Class PkConnector
- java.lang.Object
com.ibm.security.certclient.util.PkConnector
- public class PkConnector
- extends Object
connect
method
signatures allow different parameter combinations. All connect
methods return the first bean in the chain.
Author:
Rod Mancisidor
Method Summary
Modifier and Type | Method and Description |
---|---|
|
connect(PkActiveSource source,PkPipe pipe)
|
|
connect(PkActiveSource source,PkPipe[] pipes)
|
|
connect(PkPipe[] pipes)
|
|
connect(PkSource source,PkPipe pipe)
|
|
connect(PkSource source,PkPipe[] pipes)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail
connect
- public static PkPipe connect(PkPipe[] pipes)
- throws TooManyListenersException
Throws:
connect
- public static PkActiveSource connect( PkActiveSource source,
- PkPipe pipe)
- throws TooManyListenersException
Throws:
connect
- public static PkSource connect( PkSource source,
- PkPipe pipe)
- throws TooManyListenersException
Throws:
connect
- public static PkActiveSource connect( PkActiveSource source,
- PkPipe[] pipes)
- throws TooManyListenersException
Throws:
connect
- public static PkSource connect( PkSource source,
- PkPipe[] pipes)
- throws TooManyListenersException
Throws: