Uses of Interface
org.apache.axis.deployment.DeployableItem

Packages that use DeployableItem
org.apache.axis.deployment   
org.apache.axis.deployment.v2dd   
org.apache.axis.deployment.wsdd   
org.apache.axis.deployment.wsml   
 

Uses of DeployableItem in org.apache.axis.deployment
 

Methods in org.apache.axis.deployment with parameters of type DeployableItem
abstract  void DeploymentRegistry.deployItem(DeployableItem item)
          deploy the given item
abstract  void DeploymentRegistry.deployService(DeployableItem item)
          deploy the given service
abstract  void DeploymentRegistry.deployHandler(DeployableItem item)
          deploy the given handler
abstract  void DeploymentRegistry.deployTransport(DeployableItem item)
          deploy the given transport
 void SimpleDeploymentManager.deployItem(DeployableItem item)
          Deploy the given WSDD Deployable Item
 void SimpleDeploymentManager.deployHandler(DeployableItem item)
          Deploy the given WSDD Deployable Item
 void SimpleDeploymentManager.deployService(DeployableItem item)
          Deploy the given WSDD Deployable Item
 void SimpleDeploymentManager.deployTransport(DeployableItem item)
          Deploy the given WSDD Transport
 

Uses of DeployableItem in org.apache.axis.deployment.v2dd
 

Classes in org.apache.axis.deployment.v2dd that implement DeployableItem
 class V2DDDeployableItem
          This is the class that actually bridges the gap between SOAP 2.x and Axis.
 

Uses of DeployableItem in org.apache.axis.deployment.wsdd
 

Classes in org.apache.axis.deployment.wsdd that implement DeployableItem
 class WSDDChain
          WSDD chain element
 class WSDDDeployableItem
          WSDD DeployableItem complexType
 class WSDDFaultFlow
           
 class WSDDGlobalConfiguration
          Represents the global configuration of the Axis engine.
 class WSDDHandler
           
 class WSDDRequestFlow
           
 class WSDDResponseFlow
           
 class WSDDService
           
 class WSDDTargetedChain
           
 class WSDDTransport
           
 

Uses of DeployableItem in org.apache.axis.deployment.wsml
 

Classes in org.apache.axis.deployment.wsml that implement DeployableItem
 class WSMLDeployableItem
           
 



Copyright © 2001 Apache XML Project. All Rights Reserved.