Class ExperimentNumSamplesEndpoint

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

    public class ExperimentNumSamplesEndpoint
    extends AbstractGemmaEndpoint
    Used for determining the number of samples (biomaterials) associated with a given expression experiment
    Author:
    klc, gavin
    • Field Detail

      • EXPERIMENT_LOCAL_NAME

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

      • ExperimentNumSamplesEndpoint

        public ExperimentNumSamplesEndpoint()
    • Method Detail

      • setExpressionExperimentService

        public void setExpressionExperimentService​(ExpressionExperimentService ees)
        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