org.apache.axis.server
Class Transport

java.lang.Object
  |
  +--org.apache.axis.handlers.BasicHandler
        |
        +--org.apache.axis.SimpleTargetedChain
              |
              +--org.apache.axis.server.Transport
All Implemented Interfaces:
Handler, java.io.Serializable, TargetedChain

public class Transport
extends SimpleTargetedChain

Transport is a targeted chain that knows it's a transport. This is purely for deployment naming at this point.

Author:
Glen Daniels (gdaniels@macromedia.com)
See Also:
Serialized Form

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, 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

Transport

public Transport()
Method Detail

getDeploymentData

public org.w3c.dom.Element getDeploymentData(org.w3c.dom.Document doc)
Description copied from interface: Handler
This will return the root element of an XML doc that describes the deployment information about this handler. This is NOT the WSDL, this is all of the static internal data use by Axis - WSDL takes into account run-time information (like which service we're talking about) this is just the data that's stored in the registry. Used by the 'list' Admin function.
Overrides:
getDeploymentData in class SimpleTargetedChain


Copyright © 2001 Apache XML Project. All Rights Reserved.