public interface IServiceValidator
| Modifier and Type | Method and Description |
|---|---|
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 - ExceptionCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.