|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.axis.handlers.BasicHandler | +--org.apache.axis.SimpleTargetedChain
Field Summary | |
protected Handler |
pivotHandler
|
protected Handler |
requestHandler
|
protected Handler |
responseHandler
|
Fields inherited from class org.apache.axis.handlers.BasicHandler |
name, options |
Constructor Summary | |
SimpleTargetedChain()
|
Method Summary | |
boolean |
canHandleBlock(QName qname)
Can this Handler process this QName? |
void |
cleanup()
Cleanup is called when the chain containing this Handler object is done processing the chain. |
void |
clear()
Clears the Handlers |
void |
fillInDeploymentData(org.w3c.dom.Element root)
Used by subclasses (i.e. |
void |
generateWSDL(MessageContext msgContext)
Obtain WSDL information. |
org.w3c.dom.Element |
getDeploymentData(org.w3c.dom.Document doc)
This will return the root element of an XML doc that describes the deployment information about this handler. |
Handler |
getPivotHandler()
Returns the Pivot Handler |
Handler |
getRequestHandler()
Returns the Request handler |
Handler |
getResponseHandler()
Returns the Response Handler |
void |
init()
Init is called when the chain containing this Handler object is instantiated. |
void |
invoke(MessageContext msgContext)
Invoke the request chain, pivot handler and response chain. |
void |
setPivotHandler(Handler handler)
Sets the Pivot Handler |
void |
setRequestHandler(Handler reqHandler)
Sets the Request Chain |
void |
setResponseHandler(Handler respHandler)
Sets the Response Handler |
void |
undo(MessageContext msgContext)
Undo all of the work - in reverse order. |
Methods inherited from class org.apache.axis.handlers.BasicHandler |
addOption, getName, getOption, getOptions, setName, setOptions |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.axis.Handler |
addOption, getName, getOption, getOptions, setName, setOptions |
Field Detail |
protected Handler requestHandler
protected Handler pivotHandler
protected Handler responseHandler
Constructor Detail |
public SimpleTargetedChain()
Method Detail |
public void init()
Handler
init
in interface Handler
init
in class BasicHandler
public void cleanup()
Handler
cleanup
in interface Handler
cleanup
in class BasicHandler
public void invoke(MessageContext msgContext) throws AxisFault
invoke
in interface Handler
invoke
in class BasicHandler
public void generateWSDL(MessageContext msgContext) throws AxisFault
Handler
generateWSDL
in interface Handler
generateWSDL
in class BasicHandler
public void undo(MessageContext msgContext)
undo
in interface Handler
undo
in class BasicHandler
public boolean canHandleBlock(QName qname)
Handler
canHandleBlock
in interface Handler
canHandleBlock
in class BasicHandler
public Handler getRequestHandler()
TargetedChain
getRequestHandler
in interface TargetedChain
public void setRequestHandler(Handler reqHandler)
TargetedChain
setRequestHandler
in interface TargetedChain
public Handler getPivotHandler()
TargetedChain
getPivotHandler
in interface TargetedChain
public void setPivotHandler(Handler handler)
TargetedChain
setPivotHandler
in interface TargetedChain
public Handler getResponseHandler()
TargetedChain
getResponseHandler
in interface TargetedChain
public void setResponseHandler(Handler respHandler)
TargetedChain
setResponseHandler
in interface TargetedChain
public void clear()
TargetedChain
clear
in interface TargetedChain
public org.w3c.dom.Element getDeploymentData(org.w3c.dom.Document doc)
Handler
getDeploymentData
in interface Handler
getDeploymentData
in class BasicHandler
public void fillInDeploymentData(org.w3c.dom.Element root)
root
- the Element to fill in with deployment data.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |