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
DataRetrievalException
public Data[] getData(DataRetrievalRequest request, MessageContext msgContext) throws DataRetrievalException
getData
in interface AxisDataLocator
request
- 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.DataRetrievalException
public void loadServiceData()
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.