Uses of Class
org.jboss.axis.deployment.wsdd.WSDDTypeMapping

Packages that use WSDDTypeMapping
org.jboss.axis.deployment.wsdd   
 

Uses of WSDDTypeMapping in org.jboss.axis.deployment.wsdd
 

Subclasses of WSDDTypeMapping in org.jboss.axis.deployment.wsdd
 class WSDDBeanMapping
          A WSDDBeanMapping is simply a WSDDTypeMapping which has preset values for the serializer and deserializer attributes.
 

Methods in org.jboss.axis.deployment.wsdd that return WSDDTypeMapping
 WSDDTypeMapping[] WSDDDeployment.getTypeMappings()
           
 WSDDTypeMapping[] WSDDUndeployment.getTypeMappings()
           
 

Methods in org.jboss.axis.deployment.wsdd with parameters of type WSDDTypeMapping
 void WSDDService.addTypeMapping(WSDDTypeMapping mapping)
          Add a WSDDTypeMapping to the Service.
 void WSDDDeployment.deployTypeMapping(WSDDTypeMapping typeMapping)
           
 void WSDDService.deployTypeMapping(WSDDTypeMapping mapping)
           
 void WSDDTypeMappingContainer.deployTypeMapping(WSDDTypeMapping mapping)
           
 void WSDDUndeployment.deployTypeMapping(WSDDTypeMapping typeMapping)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.