Class GeneCoexpressionSearchEndpoint

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

    public class GeneCoexpressionSearchEndpoint
    extends AbstractGemmaEndpoint
    • Field Detail

      • MAX_RESULTS

        public static final int MAX_RESULTS
        The maximum number of coexpression results to return per input gene; a value of zero will return all possible results (ie. max is infinity). We limit this to avoid results sets from blowing up ridiculously.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GeneCoexpressionSearchEndpoint

        public GeneCoexpressionSearchEndpoint()
    • Method Detail

      • setGeneCoexpressionSearchService

        public void setGeneCoexpressionSearchService​(GeneCoexpressionSearchService geneCoexpressionSearchService)
      • setGeneService

        public void setGeneService​(GeneService geneService)
      • setServletContext

        public void setServletContext​(javax.servlet.ServletContext servletContext)
      • 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