Interface RFCDestinationService
-
- All Known Implementing Classes:
DefaultRFCDestinationService,RFCDestinationServiceImpl
public interface RFCDestinationServiceInterface to access SAP RFC destination data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RFCDestinationgetRFCDestination(java.lang.String destinationName)Returns the SAP RFC Destination for the given name.
-
-
-
Method Detail
-
getRFCDestination
RFCDestination getRFCDestination(java.lang.String destinationName)
Returns the SAP RFC Destination for the given name.- Parameters:
destinationName- RFC Destination name- Returns:
- list
-
-