Package org.jibx.custom.classes
Interface IApply
- All Known Implementing Classes:
ClassCustom
,PackageCustom
,WsdlCustom
public interface IApply
Apply customizations interface. This is used by the
GlobalCustom
class to fill out the customization details
for all unmarshalled components, including extension components from other packages.- Author:
- Dennis M. Sosnoski
-
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(IClassLocator loc) Apply customizations to default values.
-
Method Details
-
apply
Apply customizations to default values. This is called to fill in the details for this customization (and all child customization components).- Parameters:
loc
- class locator
-