Class CustomizationHelper

java.lang.Object
com.bea.wli.config.customization.CustomizationHelper

@Deprecated public class CustomizationHelper extends Object
Deprecated.
Use the static methods on Customization instead.
  • Constructor Details

    • CustomizationHelper

      public CustomizationHelper()
      Deprecated.
  • Method Details

    • getCustomizations

      @Deprecated public static List<Customization> getCustomizations(com.bea.wli.config.customizations.CustomizationsDocument customizationsDocument) throws com.bea.wli.config.customization.UnknownCustomizationTypeException, com.bea.wli.config.customization.CustomizationValidationException
      Deprecated.
      Use Customization.fromXML(CustomizationsDocument) instead
      Throws:
      com.bea.wli.config.customization.UnknownCustomizationTypeException
      com.bea.wli.config.customization.CustomizationValidationException
    • getCustomization

      @Deprecated public static Customization getCustomization(com.bea.wli.config.customizations.CustomizationType customizationType) throws com.bea.wli.config.customization.UnknownCustomizationTypeException, com.bea.wli.config.customization.CustomizationValidationException
      Deprecated.
      Use Customization.fromXML(CustomizationsType) instead
      Throws:
      com.bea.wli.config.customization.UnknownCustomizationTypeException
      com.bea.wli.config.customization.CustomizationValidationException
    • getCustomizationsDocument

      @Deprecated public static com.bea.wli.config.customizations.CustomizationsDocument getCustomizationsDocument(List<Customization> custs) throws org.apache.xmlbeans.XmlException
      Deprecated.
      Use Customization.toXML(List<Customization>) instead
      Throws:
      org.apache.xmlbeans.XmlException
    • getCustomizationType

      @Deprecated public static com.bea.wli.config.customizations.CustomizationType getCustomizationType(Customization customization) throws org.apache.xmlbeans.XmlException
      Deprecated.
      Use Customization.toXML(Customization) instead
      Throws:
      org.apache.xmlbeans.XmlException