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

com.microsoft.bingads.internal.ServiceFactory Maven / Gradle / Ivy

package com.microsoft.bingads.internal;

import com.microsoft.bingads.ApiEnvironment;
import jakarta.xml.ws.Service;

public interface ServiceFactory {
    
    Service createService(Class serviceInterface, ApiEnvironment env);
    
     T createProxyFromService(Service service, ApiEnvironment env, Class serviceInterface);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy