public class Admin
extends java.lang.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 |
---|---|
org.w3c.dom.Element[] |
AdminService(org.w3c.dom.Element[] xml)
Process a given XML document - needs cleanup.
|
static org.w3c.dom.Document |
listConfig(AxisEngine engine)
Get an XML document representing this engine's configuration.
|
static void |
main(java.lang.String[] args) |
org.w3c.dom.Document |
process(MessageContext msgContext,
org.w3c.dom.Element root)
The meat of the Admin service.
|
protected static org.w3c.dom.Document |
processWSDD(MessageContext msgContext,
AxisEngine engine,
org.w3c.dom.Element root) |
public org.w3c.dom.Element[] AdminService(org.w3c.dom.Element[] xml) throws java.lang.Exception
java.lang.Exception
protected static org.w3c.dom.Document processWSDD(MessageContext msgContext, AxisEngine engine, org.w3c.dom.Element root) throws java.lang.Exception
java.lang.Exception
public org.w3c.dom.Document process(MessageContext msgContext, org.w3c.dom.Element root) throws java.lang.Exception
msgContext
- the MessageContext we're processingroot
- the root Element of the XMLjava.lang.Exception
public static org.w3c.dom.Document listConfig(AxisEngine engine) throws AxisFault
engine
- the AxisEngine to work withAxisFault
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.