@Path(value="services")
public interface IServiceResource
@PUT
@Consumes(value="application/json")
void publish(io.apiman.gateway.engine.beans.Service service)
throws io.apiman.gateway.engine.beans.exceptions.PublishingException,
NotAuthorizedException
io.apiman.gateway.engine.beans.exceptions.PublishingExceptionNotAuthorizedException@DELETE
@Path(value="{organizationId}/{serviceId}/{version}")
void retire(@PathParam(value="organizationId")
String organizationId,
@PathParam(value="serviceId")
String serviceId,
@PathParam(value="version")
String version)
throws io.apiman.gateway.engine.beans.exceptions.RegistrationException,
NotAuthorizedException
io.apiman.gateway.engine.beans.exceptions.RegistrationExceptionNotAuthorizedExceptionCopyright © 2014 JBoss, a division of Red Hat. All rights reserved.