Class ConstructorTarget

java.lang.Object
org.apache.axis.encoding.ConstructorTarget
All Implemented Interfaces:
Target

public class ConstructorTarget extends Object implements Target
Used when the class need a specific Constructor (not default one)
Author:
Florent Benoit
  • Constructor Details

  • Method Details

    • set

      public void set(Object value) throws SAXException
      Instantiate a new class with right constructor
      Specified by:
      set in interface Target
      Parameters:
      value - value to use on Constructor
      Throws:
      SAXException - on error