All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.xcase.webservice.transputs.InvokeWebServiceRequest Maven / Gradle / Ivy

/**
 * Copyright 2016 Xcase All rights reserved.
 */
package com.xcase.webservice.transputs;

/**
 *
 * @author martin
 */
public interface InvokeWebServiceRequest {

    public String getEndpoint();

    public void setEndpoint(String endpoint);

    public String getPassword();

    public void setPassword(String password);
    
    public String getProtocol();

    public void setProtocol(String protocol);

    public String getUsername();

    public void setUsername(String username);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy