Class GeneDetailsByGeneIDEndpoint

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

    public class GeneDetailsByGeneIDEndpoint
    extends AbstractGemmaEndpoint
    Given a collection of Gemma gene IDs, will return the matching NCBI Ids. The result is a 2D array mapping the gene IDs to the NCBI IDs.
    Author:
    gavin
    • Constructor Detail

      • GeneDetailsByGeneIDEndpoint

        public GeneDetailsByGeneIDEndpoint()
    • Method Detail

      • setGeneService

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

        protected Element invokeInternal​(Element requestElement,
                                         Document document)
        Reads the given requestElement, and sends a 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