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

com.sap.gateway.api.mashup.IMashupSubService Maven / Gradle / Ivy

The newest version!
package com.sap.gateway.api.mashup;

import org.apache.olingo.odata2.api.edm.provider.EdmProvider;
import org.apache.olingo.odata2.api.processor.ODataSingleProcessor;

import com.sap.gateway.core.api.srvrepo.IServiceInfo;

public interface IMashupSubService {
	public IServiceInfo getService();
	public EdmProvider getEdmProvider();
	public ODataSingleProcessor getProcessor();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy