public interface AxisDataLocator
AxisDataLocator interface defines getData API for retrieving data particularly metadata like WSDL, Policy, Schema. Web Service engines that have different methods in storing metadata or different types of data to retrieve may code their version of Data Locator(s)by implementing the AxisDataLocator interface. Axis 2 support Data Locator plugin by configuring in Axis2.xml or services.xml.
Modifier and Type | Method and Description |
---|---|
Data[] |
getData(DataRetrievalRequest request,
MessageContext msgContext)
Retrieves and returns data based on the specified request.
|
Data[] getData(DataRetrievalRequest request, MessageContext msgContext) throws DataRetrievalException
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
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.