Class Gene2GoTermEndpoint

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

    public class Gene2GoTermEndpoint
    extends AbstractGemmaEndpoint
    Given a collection of Gene IDs, will return a collection of Gene Ontology URIs for each gene.
    Author:
    klc, gavin
    • Field Detail

      • GENE2GO_LOCAL_NAME

        public static final String GENE2GO_LOCAL_NAME
        The local name of the expected request/response.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Gene2GoTermEndpoint

        public Gene2GoTermEndpoint()
    • Method Detail

      • setGeneOntologyService

        public void setGeneOntologyService​(GeneOntologyService goS)
        Sets the "business service" to delegate to.
      • setGeneService

        public void setGeneService​(GeneService geneS)
      • 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