|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBasicHandler
org.apache.juddi.transport.axis.AxisHandler
public class AxisHandler
Constructor Summary | |
---|---|
AxisHandler()
|
Method Summary | |
---|---|
void |
cleanup()
Cleanup is called when the chain containing this Handler object is done processing the chain. |
void |
init()
Init is called when the chain containing this Handler object is instantiated. |
void |
invoke(MessageContext context)
Invoke is called to do the actual work of the Handler object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AxisHandler()
Method Detail |
---|
public void init()
public void cleanup()
public void invoke(MessageContext context)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |