Class GeneIDbyTaxonEndpoint

  • All Implemented Interfaces:
    org.springframework.ws.server.endpoint.PayloadEndpoint

    public class GeneIDbyTaxonEndpoint
    extends AbstractGemmaEndpoint
    Given the Taxon (eg. "1" for Homo Sapiens), will return all the Gene IDs that match the taxon.
    Author:
    klc, gavin
    • Constructor Detail

      • GeneIDbyTaxonEndpoint

        public GeneIDbyTaxonEndpoint()
    • Method Detail

      • setGeneService

        public void setGeneService​(GeneService gs)
        Sets the "business service" to delegate to.
      • setTaxonService

        public void setTaxonService​(TaxonService taxonService)
      • invokeInternal

        protected Element invokeInternal​(Element requestElement,
                                         Document document)
        Reads the given requestElement, and sends the response back.
        Specified by:
        invokeInternal in class org.springframework.ws.server.endpoint.AbstractDomPayloadEndpoint
        Parameters:
        requestElement - the contents of the SOAP message as DOM elements
        document - a DOM document to be used for constructing Nodes
        Returns:
        the response element