Package com.bea.wli.config.customization
Class CustomizationHelper
java.lang.Object
com.bea.wli.config.customization.CustomizationHelper
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Customization
getCustomization
(com.bea.wli.config.customizations.CustomizationType customizationType) Deprecated.UseCustomization.fromXML(CustomizationsType)
insteadstatic List<Customization>
getCustomizations
(com.bea.wli.config.customizations.CustomizationsDocument customizationsDocument) Deprecated.UseCustomization.fromXML(CustomizationsDocument)
insteadstatic com.bea.wli.config.customizations.CustomizationsDocument
Deprecated.UseCustomization.toXML(List<Customization>)
insteadstatic com.bea.wli.config.customizations.CustomizationType
getCustomizationType
(Customization customization) Deprecated.UseCustomization.toXML(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.UseCustomization.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.UseCustomization.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.UseCustomization.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.UseCustomization.toXML(Customization)
instead- Throws:
org.apache.xmlbeans.XmlException
-
Customization
instead.