Uses of Class
org.apache.axis.SimpleChain
-
Packages that use SimpleChain Package Description org.apache.axis org.apache.axis.handlers.soap org.apache.axis.server -
-
Uses of SimpleChain in org.apache.axis
Subclasses of SimpleChain in org.apache.axis Modifier and Type Class Description class
SimpleTargetedChain
A SimpleTargetedChain has a request handler, a pivot handler, and a response handler (any of which may themselves be chains). -
Uses of SimpleChain in org.apache.axis.handlers.soap
Subclasses of SimpleChain in org.apache.axis.handlers.soap Modifier and Type Class Description class
SOAPService
ASOAPService
is a Handler which encapsulates a SOAP invocation. -
Uses of SimpleChain in org.apache.axis.server
Subclasses of SimpleChain in org.apache.axis.server Modifier and Type Class Description class
Transport
Transport is a targeted chain that knows it's a transport.
-