Class MultiArgInstantiationPolicy

All Implemented Interfaces:
Serializable, Cloneable

public class MultiArgInstantiationPolicy extends InstantiationPolicy
Purpose: Provide a version of Instantiation Policy that can make use of a multiple argument factory method. The defaultValues specified on this policy will be passed in to the factory method for the parameter values. This is required for certain JAXB generated classes that have no 0 arg constructor and a factory method with multiple arguments.
See Also:
  • Constructor Details

    • MultiArgInstantiationPolicy

      public MultiArgInstantiationPolicy()
  • Method Details