org.jboss.axis.deployment.wsdd
Interface WSDDTypeMappingContainer

All Known Implementing Classes:
WSDDDeployment (src) , WSDDService (src) , WSDDUndeployment (src)

public interface WSDDTypeMappingContainer

A common interface for things which contain type mappings (i.e. services and deployments). This simplifies the code in Admin for now.


Method Summary
 void deployTypeMapping(WSDDTypeMapping (src)  mapping)
           
 

Method Detail

deployTypeMapping

public void deployTypeMapping(WSDDTypeMapping (src)  mapping)
                       throws WSDDException (src) 
Throws:
WSDDException (src)