|
|||||||||||
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 | |
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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Admin()
Method Detail |
public org.w3c.dom.Element[] AdminService(org.w3c.dom.Element[] xml) 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 XML
java.lang.Exception
public static org.w3c.dom.Document listConfig(AxisEngine engine) throws AxisFault
engine
- the AxisEngine to work with
AxisFault
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |