|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.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 (src) engine)
Get an XML document representing this engine's configuration. |
static void |
main(java.lang.String[] args)
|
protected void |
preProcessWSDD(MessageContext (src) msgContext,
AxisEngine (src) engine,
org.w3c.dom.Element root)
|
org.w3c.dom.Document |
process(MessageContext (src) msgContext,
org.w3c.dom.Element root)
The meat of the Admin service. |
protected static org.w3c.dom.Document |
processWSDD(MessageContext (src) msgContext,
AxisEngine (src) engine,
org.w3c.dom.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 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 (src) msgContext, AxisEngine (src) engine, org.w3c.dom.Element root) throws java.lang.Exception
java.lang.Exception
protected void preProcessWSDD(MessageContext (src) msgContext, AxisEngine (src) engine, org.w3c.dom.Element root)
public org.w3c.dom.Document process(MessageContext (src) 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 (src) engine) throws AxisFault (src)
engine
- the AxisEngine to work with
AxisFault (src)
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |