* @param authenticator HTTP Authenticator
* @return Remote Update processor
*/
public static UpdateProcessor createRemoteForm(UpdateRequest updateRequest, String remoteEndpoint, Context context, HttpAuthenticator authenticator)
{
return new UpdateProcessRemoteForm(updateRequest, remoteEndpoint, context, authenticator) ;
}