|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis.utils.Admin
Handy static utility functions for turning XML into Axis deployment operations.
Constructor Summary | |
Admin()
|
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)
|
protected void |
preProcessWSDD(MessageContext msgContext,
AxisEngine engine,
Element root)
|
Document |
process(MessageContext msgContext,
Element root)
The meat of the Admin service. |
protected static Document |
processWSDD(MessageContext msgContext,
AxisEngine engine,
Element root)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Admin()
Method Detail |
public Element[] AdminService(Element[] xml) throws Exception
Exception
protected static Document processWSDD(MessageContext msgContext, AxisEngine engine, Element root) throws Exception
Exception
protected void preProcessWSDD(MessageContext msgContext, AxisEngine engine, Element root)
public Document process(MessageContext msgContext, Element root) throws Exception
msgContext
- the MessageContext we're processingroot
- the root Element of the XML
Exception
public static Document listConfig(AxisEngine engine) throws AxisFault
engine
- the AxisEngine to work with
AxisFault
public static void main(String[] args) throws Exception
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |