com.sap.gateway.api.mashup.IMashupSubService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of odata-core Show documentation
Show all versions of odata-core Show documentation
SAP Cloud Platform SDK for service development
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