Class UpdateProcessRemoteForm

  • All Implemented Interfaces:
    UpdateExec, UpdateProcessor

    @Deprecated
    public class UpdateProcessRemoteForm
    extends UpdateProcessRemoteBase
    Deprecated.
    Use UpdateExecutionHTTP created with UpdateExecutionHTTPBuilder.
    UpdateProcess that send the request to a SPARQL endpoint by using an HTML form and POST Use of application/sparql-update via @link{UpdateProcessRemote} is preferred.
    • Constructor Detail

      • UpdateProcessRemoteForm

        public UpdateProcessRemoteForm​(UpdateRequest request,
                                       java.lang.String endpoint,
                                       Context context)
        Deprecated.
        Creates a new remote update processor that uses the form URL encoded submission method
        Parameters:
        request - Update request
        endpoint - Update endpoint
        context - Context
      • UpdateProcessRemoteForm

        public UpdateProcessRemoteForm​(UpdateRequest request,
                                       java.lang.String endpoint,
                                       Context context,
                                       org.apache.http.client.HttpClient client,
                                       org.apache.http.protocol.HttpContext httpContext)
        Deprecated.
        Creates a new remote update processor that uses the form URL encoded submission method
        Parameters:
        request - Update request
        endpoint - Update endpoint
        context - Context
        client - HTTP Client
        httpContext - HTTP Context
    • Method Detail

      • execute

        public void execute()
        Deprecated.
        Description copied from interface: UpdateExec
        Execute