|
||||||||||
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 | +--org.apache.axis.server.Transport
Transport is a targeted chain that knows it's a transport. This is purely for deployment naming at this point.
Fields inherited from class org.apache.axis.SimpleTargetedChain |
pivotHandler, requestHandler, responseHandler |
Fields inherited from class org.apache.axis.handlers.BasicHandler |
name, options |
Constructor Summary | |
Transport()
|
Method Summary | |
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. |
Methods inherited from class org.apache.axis.SimpleTargetedChain |
canHandleBlock, cleanup, clear, fillInDeploymentData, generateWSDL, getPivotHandler, getRequestHandler, getResponseHandler, init, invoke, setPivotHandler, setRequestHandler, setResponseHandler, undo |
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 |
Constructor Detail |
public Transport()
Method Detail |
public org.w3c.dom.Element getDeploymentData(org.w3c.dom.Document doc)
Handler
getDeploymentData
in class SimpleTargetedChain
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |