Package org.apache.axis.deployment.wsdd
Interface WSDDTypeMappingContainer
-
- All Known Implementing Classes:
WSDDDeployment
,WSDDService
,WSDDUndeployment
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.- Author:
- Glen Daniels (gdaniels@apache.org)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
deployTypeMapping(WSDDTypeMapping mapping)
-
-
-
Method Detail
-
deployTypeMapping
void deployTypeMapping(WSDDTypeMapping mapping) throws WSDDException
- Throws:
WSDDException
-
-