Uses of Interface
org.apache.axis.TargetedChain
-
Packages that use TargetedChain Package Description org.apache.axis org.apache.axis.handlers.soap org.apache.axis.server -
-
Uses of TargetedChain in org.apache.axis
Classes in org.apache.axis that implement TargetedChain 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 TargetedChain in org.apache.axis.handlers.soap
Classes in org.apache.axis.handlers.soap that implement TargetedChain Modifier and Type Class Description class
SOAPService
ASOAPService
is a Handler which encapsulates a SOAP invocation. -
Uses of TargetedChain in org.apache.axis.server
Classes in org.apache.axis.server that implement TargetedChain Modifier and Type Class Description class
Transport
Transport is a targeted chain that knows it's a transport.
-