Class GCoreEndpointResource


  • @Path("GCoreEndpoint")
    public class GCoreEndpointResource
    extends Object
    • Constructor Detail

      • GCoreEndpointResource

        public GCoreEndpointResource()
    • Method Detail

      • retrieveCustom

        @GET
        @Path("/{class}{name:(/[^/?$]+)?}")
        @Produces("text/xml")
        public String retrieveCustom​(@NotNull @PathParam("class")
                                     String serviceClass,
                                     @PathParam("name")
                                     String serviceName,
                                     @QueryParam("result")
                                     String resultXPath)