Class ArrayDesignIdentifierByNameEndpoint

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

    public class ArrayDesignIdentifierByNameEndpoint
    extends AbstractGemmaEndpoint
    array design short name -> return matching array design identifier
    Author:
    klc, gavin
    • Field Detail

      • ARRAY_LOCAL_NAME

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

      • ArrayDesignIdentifierByNameEndpoint

        public ArrayDesignIdentifierByNameEndpoint()
    • Method Detail

      • setArrayDesignService

        public void setArrayDesignService​(ArrayDesignService ads)
        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