public interface IServiceValidator
| Modifier and Type | Method and Description |
|---|---|
io.apiman.manager.api.beans.services.ServiceVersionStatusBean |
getStatus(io.apiman.manager.api.beans.services.ServiceVersionBean service,
List<io.apiman.manager.api.beans.summary.PolicySummaryBean> policies)
Returns detailed status information about a service, including precisely
why the service is in the status it's currently in.
|
boolean |
isReady(io.apiman.manager.api.beans.services.ServiceVersionBean service)
Is the given service Ready to be published to the Gateway? This method
will return true if all of the criteria for publishing is met.
|
boolean isReady(io.apiman.manager.api.beans.services.ServiceVersionBean service)
throws Exception
Is the given service Ready to be published to the Gateway? This method will return true if all of the criteria for publishing is met. The criteria includes (but is not necessarily limited to):
service - Exceptionio.apiman.manager.api.beans.services.ServiceVersionStatusBean getStatus(io.apiman.manager.api.beans.services.ServiceVersionBean service,
List<io.apiman.manager.api.beans.summary.PolicySummaryBean> policies)
service - policies - Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.