org.apache.axis.encoding
Class ConstructorTarget
java.lang.Objectorg.apache.axis.encoding.ConstructorTarget
- Target
public class ConstructorTarget
extends java.lang.Object
Used when the class need a specific Constructor (not default one)
void | set(Object value)- Instantiate a new class with right constructor
|
ConstructorTarget
public ConstructorTarget(Constructor constructor,
Deserializer deSerializer)
set
public void set(Object value)
throws SAXException Instantiate a new class with right constructor
- set in interface Target
value - value to use on Constructor
Copyright © 2005 Apache Web Services Project. All Rights Reserved.