Class GeneNameEndpoint

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

    public class GeneNameEndpoint
    extends AbstractGemmaEndpoint
    Given a gene ID, will return the matching gene official symbol eg) 938103--> Grin1
    Author:
    klc, gavin
    • Field Detail

    • Constructor Detail

      • GeneNameEndpoint

        public GeneNameEndpoint()
    • 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