// Obtain a PushAPI client for build group bg0 and connector "myconn" PushAPI papi = factory.newPushAPI("bg0", "myconn");
// Obtain a Search client SearchClient search = factory.newSearchClient();
// Obtain the MAMI client MAMIClient mami = factory.newMAMIClient();
You cannot use this factory through a rewrite PROXY. The PROXY might hide the real host name of the underlying product. This leads the factory to return API client instances configured with a host name that the caller cannot reach. In this case, you use directly the following factories: