Uses of Interface
org.apache.axis.encoding.Target
-
Packages that use Target Package Description org.apache.axis.encoding org.apache.axis.encoding.ser org.apache.axis.message -
-
Uses of Target in org.apache.axis.encoding
Classes in org.apache.axis.encoding that implement Target Modifier and Type Class Description classCallbackTargetclassConstructorTargetUsed when the class need a specific Constructor (not default one)classDeserializerTargetclassFieldTargetclassMethodTargetMethods in org.apache.axis.encoding with parameters of type Target Modifier and Type Method Description voidDeserializer. registerValueTarget(Target target)For deserializers of non-primitives, the value may not be known until later (due to multi-referencing).voidDeserializerImpl. registerValueTarget(Target target)For deserializers of non-primitives, the value may not be known until later (due to multi-referencing). -
Uses of Target in org.apache.axis.encoding.ser
Classes in org.apache.axis.encoding.ser that implement Target Modifier and Type Class Description classBeanPropertyTargetClass which knows how to update a bean propertyFields in org.apache.axis.encoding.ser declared as Target Modifier and Type Field Description protected TargetBeanDeserializer. constructorTargetConstructor Target object to use (if constructorToUse != null) -
Uses of Target in org.apache.axis.message
Classes in org.apache.axis.message that implement Target Modifier and Type Class Description classRPCParamTarget
-