|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface called by WebmdsServlet to acquire an xml document.
WebmdsServlet| Method Summary | |
java.lang.String |
getRequestInfo()
Return information an end-user might find interesting about the request. |
javax.xml.transform.Source |
getXmlSource(java.lang.String name,
ParameterMap initParams,
ParameterMap requestParams)
Function called by WebmdsServlet at invocation time to get an xml document. |
void |
init(WebmdsUtil webmdsUtil)
Initialize the XML source. |
| Method Detail |
public javax.xml.transform.Source getXmlSource(java.lang.String name,
ParameterMap initParams,
ParameterMap requestParams)
throws WebmdsXmlSourceException,
WebmdsConfigException,
java.io.IOException
name - name of the XML source object to get.initParams - a ParameterMap of options corresponding to the
initialization parameters for this XML source.requestParams - a ParameterMap of options corresponding to
the parameters from this http request.
WebmdsXmlSourceException
WebmdsConfigException
java.io.IOExceptionParameterMappublic java.lang.String getRequestInfo()
public void init(WebmdsUtil webmdsUtil)
webmdsUtil - a WebmdsUtil object with utility methods that the
xml source can use.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||