Class ServiceAccessPoint


  • public class ServiceAccessPoint
    extends Object
    Author:
    Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Apr 29, 2015
    • Constructor Detail

      • ServiceAccessPoint

        public ServiceAccessPoint()
      • ServiceAccessPoint

        public ServiceAccessPoint​(String entryName,
                                  String serviceUrl,
                                  List<ServiceParameter> serviceParameters)
        Parameters:
        entryName -
        serviceUrl -
        serviceParameters -
    • Method Detail

      • getEntryName

        public String getEntryName()
        Returns:
        the entryName
      • getServiceUrl

        public String getServiceUrl()
        Returns:
        the serviceUrl
      • getServiceParameters

        public List<ServiceParameter> getServiceParameters()
        Returns:
        the serviceParameters
      • setEntryName

        public void setEntryName​(String entryName)
        Parameters:
        entryName - the entryName to set
      • setServiceUrl

        public void setServiceUrl​(String serviceUrl)
        Parameters:
        serviceUrl - the serviceUrl to set
      • setServiceParameters

        public void setServiceParameters​(List<ServiceParameter> serviceParameters)
        Parameters:
        serviceParameters - the serviceParameters to set