org.apache.axis.utils
Class Admin
java.lang.Object
org.apache.axis.utils.Admin
public class Admin
extends java.lang.Object
Handy static utility functions for turning XML into
Axis deployment operations.
- Doug Davis (dug@us.ibm.com)
- Glen Daniels (gdaniels@apache.org)
log
protected static Log log
AdminService
public Element[] AdminService(Element[] xml)
throws Exception
Process a given XML document - needs cleanup.
listConfig
public static Document listConfig(AxisEngine engine)
throws AxisFault
Get an XML document representing this engine's configuration.
This document is suitable for saving and reloading into the
engine.
engine
- the AxisEngine to work with
- an XML document holding the engine config
AxisFault
-
main
public static void main(args[] )
throws Exception
process
public Document process(MessageContext msgContext,
Element root)
throws Exception
The meat of the Admin service. Process an xML document rooted with
a "deploy", "undeploy", "list", or "quit" element.
msgContext
- the MessageContext we're processingroot
- the root Element of the XML
- an XML Document indicating the results.
processWSDD
protected static Document processWSDD(MessageContext msgContext,
AxisEngine engine,
Element root)
throws Exception
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.