|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.handlers.BasicHandler
org.apache.axis.SimpleChain
org.apache.axis.SimpleTargetedChain
org.apache.axis.server.Transport
public class Transport
Transport is a targeted chain that knows it's a transport. This is purely for deployment naming at this point.
Field Summary | |
---|---|
protected static org.apache.commons.logging.Log |
log
|
Fields inherited from class org.apache.axis.SimpleTargetedChain |
---|
pivotHandler, requestHandler, responseHandler |
Fields inherited from class org.apache.axis.SimpleChain |
---|
handlers, invoked |
Fields inherited from class org.apache.axis.handlers.BasicHandler |
---|
makeLockable, name, options |
Constructor Summary | |
---|---|
Transport()
|
Method Summary |
---|
Methods inherited from class org.apache.axis.SimpleTargetedChain |
---|
getPivotHandler, getRequestHandler, getResponseHandler, init |
Methods inherited from class org.apache.axis.SimpleChain |
---|
addHandler, canHandleBlock, cleanup, contains, generateWSDL, getDeploymentData, getHandlers, init, invoke, onFault |
Methods inherited from class org.apache.axis.handlers.BasicHandler |
---|
getName, getOption, getOptions, getUnderstoodHeaders, initHashtable, setName, setOption, setOptionDefault, setOptions, setOptionsLockable |
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.Chain |
---|
addHandler, contains, getHandlers |
Methods inherited from interface org.apache.axis.Handler |
---|
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, invoke, onFault, setName, setOption, setOptions |
Field Detail |
---|
protected static org.apache.commons.logging.Log log
Constructor Detail |
---|
public Transport()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |