Uses of Class
org.apache.axis.deployment.wsdd.WSDDTypeMapping
-
Packages that use WSDDTypeMapping Package Description org.apache.axis.deployment.wsdd -
-
Uses of WSDDTypeMapping in org.apache.axis.deployment.wsdd
Subclasses of WSDDTypeMapping in org.apache.axis.deployment.wsdd Modifier and Type Class Description classWSDDArrayMappingAWSDDArrayMappingis simply aWSDDTypeMappingwhich has preset values for the serializer and deserializer attributes.classWSDDBeanMappingAWSDDBeanMappingis simply aWSDDTypeMappingwhich has preset values for the serializer and deserializer attributes.Methods in org.apache.axis.deployment.wsdd that return WSDDTypeMapping Modifier and Type Method Description WSDDTypeMapping[]WSDDDeployment. getTypeMappings()WSDDTypeMapping[]WSDDUndeployment. getTypeMappings()Methods in org.apache.axis.deployment.wsdd with parameters of type WSDDTypeMapping Modifier and Type Method Description voidWSDDService. addTypeMapping(WSDDTypeMapping mapping)Add a WSDDTypeMapping to the Service.voidWSDDDeployment. deployTypeMapping(WSDDTypeMapping typeMapping)voidWSDDService. deployTypeMapping(WSDDTypeMapping mapping)voidWSDDTypeMappingContainer. deployTypeMapping(WSDDTypeMapping mapping)voidWSDDUndeployment. deployTypeMapping(WSDDTypeMapping typeMapping)
-