Uses of Class
com.jk.services.server.commons.models.EndPoint
Packages that use EndPoint
-
Uses of EndPoint in com.jk.services.server.commons.models
Methods in com.jk.services.server.commons.models that return types with arguments of type EndPointModifier and TypeMethodDescriptionServiceInfo.getEndPoints()
This method retrieves the list of end-points associated with the service.Methods in com.jk.services.server.commons.models with parameters of type EndPointModifier and TypeMethodDescriptionvoid
ServiceInfo.addEndPoint
(EndPoint endpoint) This method adds an end-point to the list of end-points associated with the service.Method parameters in com.jk.services.server.commons.models with type arguments of type EndPointModifier and TypeMethodDescriptionvoid
ServiceInfo.setEndPoints
(List<EndPoint> endPoints) This method sets the list of end-points associated with the service to the provided list.