public class Admin extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
Constructor and Description |
---|
Admin() |
Modifier and Type | Method and Description |
---|---|
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) |
public Element[] AdminService(Element[] xml) throws Exception
Exception
protected static Document processWSDD(MessageContext msgContext, AxisEngine engine, Element root) throws Exception
Exception
public Document process(MessageContext msgContext, Element root) throws Exception
msgContext
- the MessageContext we're processingroot
- the root Element of the XMLException
public static Document listConfig(AxisEngine engine) throws AxisFault
engine
- the AxisEngine to work withAxisFault
Copyright © The Apache Software Foundation. All Rights Reserved.