org.apache.axis.utils
public class Admin extends Object
| Field Summary | |
|---|---|
| protected static Log | log |
| Method Summary | |
|---|---|
| Element[] | AdminService(Element[] xml)
Process a given XML document - needs cleanup. |
| static Document | listConfig(AxisEngine engine) Get an XML document representing this engine's configuration.
|
| static void | main(String[] args) |
| Document | process(MessageContext msgContext, Element root)
The meat of the Admin service. |
| protected static Document | processWSDD(MessageContext msgContext, AxisEngine engine, Element root) |
Parameters: engine the AxisEngine to work with
Returns: an XML document holding the engine config
Throws: AxisFault
Parameters: msgContext the MessageContext we're processing root the root Element of the XML
Returns: an XML Document indicating the results.