public class AxisDataLocatorImpl extends Object implements AxisDataLocator
| Constructor and Description |
|---|
AxisDataLocatorImpl(AxisService in_axisService)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Data[] |
getData(DataRetrievalRequest request,
MessageContext msgContext)
Retrieves and returns data based on the specified request.
|
void |
loadServiceData() |
public AxisDataLocatorImpl(AxisService in_axisService) throws DataRetrievalException
DataRetrievalExceptionpublic Data[] getData(DataRetrievalRequest request, MessageContext msgContext) throws DataRetrievalException
getData in interface AxisDataLocatorrequest - The DataRetrievalRequest allow to specify parameters
about the request, and additional information to process the
request.msgContext - The MessageContext from the original request.Data[] for the request.DataRetrievalExceptionpublic void loadServiceData()
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.