Uses of Class
org.apache.axis.deployment.wsdd.WSDDTypeMapping
Packages that use WSDDTypeMapping
-
Uses of WSDDTypeMapping in org.apache.axis.deployment.wsdd
Subclasses of WSDDTypeMapping in org.apache.axis.deployment.wsddModifier and TypeClassDescriptionclass
AWSDDArrayMapping
is simply aWSDDTypeMapping
which has preset values for the serializer and deserializer attributes.class
AWSDDBeanMapping
is simply aWSDDTypeMapping
which has preset values for the serializer and deserializer attributes.Methods in org.apache.axis.deployment.wsdd that return WSDDTypeMappingModifier and TypeMethodDescriptionWSDDDeployment.getTypeMappings()
WSDDUndeployment.getTypeMappings()
Methods in org.apache.axis.deployment.wsdd with parameters of type WSDDTypeMappingModifier and TypeMethodDescriptionvoid
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)