|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.microsoft.tfs.core.config.client.DefaultClientFactory
public class DefaultClientFactory
A default implementation of the ClientFactory
interface.
ClientFactory
Constructor Summary | |
---|---|
DefaultClientFactory()
|
Method Summary | |
---|---|
java.lang.Object |
newClient(java.lang.Class clientType,
TFSConnection connection)
Creates a new client. |
WSSClient |
newWSSClient(TFSTeamProjectCollection connection,
ProjectInfo projectInfo)
Creates a new Sharepoint client. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DefaultClientFactory()
Method Detail |
---|
public java.lang.Object newClient(java.lang.Class clientType, TFSConnection connection)
newClient
in interface ClientFactory
clientType
- the client type to create (must not be null
)connection
- the TFSConnection
the client is being created for (must
not be null
)
null
)public WSSClient newWSSClient(TFSTeamProjectCollection connection, ProjectInfo projectInfo)
newWSSClient
in interface ClientFactory
connection
- the TFSTeamProjectCollection
the client is being created
for (must not be null
)projectInfo
- the team project to create a sharepoint client for
null
)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |