Package ubic.gemma.web.services
Class ArrayDesignUsedEndpoint
- java.lang.Object
- 
- org.springframework.xml.transform.TransformerObjectSupport
- 
- org.springframework.ws.server.endpoint.AbstractDomPayloadEndpoint
- 
- ubic.gemma.web.services.AbstractGemmaEndpoint
- 
- ubic.gemma.web.services.ArrayDesignUsedEndpoint
 
 
 
 
- 
- All Implemented Interfaces:
- org.springframework.ws.server.endpoint.PayloadEndpoint
 
 public class ArrayDesignUsedEndpoint extends AbstractGemmaEndpoint Used for determining which array designs were used in a given expression experiment (EE)- Author:
- klc, gavin
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringARRAY_LOCAL_NAMEThe local name of the expected request.- 
Fields inherited from class ubic.gemma.web.services.AbstractGemmaEndpointDELIMITER, manualAuthenticationService, NAMESPACE_URI, REQUEST, RESPONSE
 
- 
 - 
Constructor SummaryConstructors Constructor Description ArrayDesignUsedEndpoint()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ElementinvokeInternal(Element requestElement, Document document)Reads the givenrequestElement, and sends a the response back.voidsetExpressionExperimentService(ubic.gemma.persistence.service.expression.experiment.ExpressionExperimentService ees)Sets the "business service" to delegate to.- 
Methods inherited from class ubic.gemma.web.services.AbstractGemmaEndpointauthenticate, buildBadResponse, buildWrapper, encode, getArrayValues, getLastSingleNodeValue, getNodeValue, getOptionalNodeValue, getSingleNodeValue, readReport, readReport, readReport, setLocalName, setManualAuthenticationService, writeReport
 - 
Methods inherited from class org.springframework.ws.server.endpoint.AbstractDomPayloadEndpointcreateDocumentBuilder, createDocumentBuilderFactory, getDocumentElement, invoke, setAlwaysTransform, setExpandEntityReferences, setNamespaceAware, setValidating
 
- 
 
- 
- 
- 
Field Detail- 
ARRAY_LOCAL_NAMEpublic static final String ARRAY_LOCAL_NAME The local name of the expected request.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
setExpressionExperimentServicepublic void setExpressionExperimentService(ubic.gemma.persistence.service.expression.experiment.ExpressionExperimentService ees) Sets the "business service" to delegate to.
 - 
invokeInternalprotected Element invokeInternal(Element requestElement, Document document) Reads the givenrequestElement, and sends a the response back.- Specified by:
- invokeInternalin 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
 
 
- 
 
-