org.apache.axis
Interface WSDDEngineConfiguration

All Superinterfaces:
EngineConfiguration

public interface WSDDEngineConfiguration
extends EngineConfiguration

Extends EngineConfiguration interface to provide hook to internal WSDD deployment info.


Field Summary
 
Fields inherited from interface org.apache.axis.EngineConfiguration
PROPERTY_NAME
 
Method Summary
 org.apache.axis.deployment.wsdd.WSDDDeployment getDeployment()
          Get the WSDDDeployment for this engine configuration.
 
Methods inherited from interface org.apache.axis.EngineConfiguration
configureEngine, getDeployedServices, getGlobalOptions, getGlobalRequest, getGlobalResponse, getHandler, getRoles, getService, getServiceByNamespaceURI, getTransport, getTypeMappingRegistry, writeEngineConfig
 

Method Detail

getDeployment

public org.apache.axis.deployment.wsdd.WSDDDeployment getDeployment()
Get the WSDDDeployment for this engine configuration.

Returns:
the WSDDDeployment


Copyright © 2003 Apache Web Services Project. A ll Rights Reserved.