Class Gene2ProbeEndpoint

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

    public class Gene2ProbeEndpoint
    extends AbstractGemmaEndpoint
    for a given Official Gene Symbol and Taxon ID will return all the probes IDs and their array design IDs that assay for that given gene.
    Author:
    gavin, klc
    • Constructor Detail

      • Gene2ProbeEndpoint

        public Gene2ProbeEndpoint()
    • Method Detail

      • setCompositeSequenceService

        public void setCompositeSequenceService​(CompositeSequenceService compositeSequenceService)
      • setGeneService

        public void setGeneService​(GeneService geneService)
      • setTaxonService

        public void setTaxonService​(TaxonService taxonService)
        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