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