|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.cc.platform.user.UserServiceClientFactory
This class represents the Client factory. It is a Singleton and it instantiated using the getInstance method.
Method Summary | |
UserServiceClient |
getClient(String endpoint)
Creates a UserServiceClient for the given endpoint. |
UserServiceClient |
getClient(String endpoint,
PrintStream out)
Creates a UserServiceClient for the given endpoint. |
UserServiceClient |
getClient(String endpoint,
PrintStream out,
boolean verifyEndpoint)
Creates a UserServiceClient for the given endpoint. |
static UserServiceClientFactory |
getInstance()
Used to instantiate a single instance of this factory. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static UserServiceClientFactory getInstance()
public UserServiceClient getClient(String endpoint)
endpoint
- the URL of the UserInformationService
public UserServiceClient getClient(String endpoint, PrintStream out)
endpoint
- the URL of the UserInformationServiceout
- a PrintStream to output the constructed XML to
public UserServiceClient getClient(String endpoint, PrintStream out, boolean verifyEndpoint)
endpoint
- the URL of the UserInformationServiceout
- a PrintStream to output the constructed XML to
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |