Class Probe2GeneEndpoint

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

    public class Probe2GeneEndpoint
    extends AbstractGemmaEndpoint
    Used for determining what genes a probe assays for. Given a probe name and an array Design Id will return a list of gene ids
    Author:
    gavin, klc
    • Constructor Detail

      • Probe2GeneEndpoint

        public Probe2GeneEndpoint()
    • Method Detail

      • setArrayDesignService

        public void setArrayDesignService​(ArrayDesignService arrayDesignService)
      • setCompositeSequenceService

        public void setCompositeSequenceService​(CompositeSequenceService compositeSequenceService)
        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