|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
Method Summary | |
---|---|
Data[] |
getData(DataRetrievalRequest request,
MessageContext msgContext)
Retrieves and returns data based on the specified request. |
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |