Package org.jibx.custom.classes
Interface IApply
-
- All Known Implementing Classes:
ClassCustom,PackageCustom,WsdlCustom
public interface IApplyApply customizations interface. This is used by theGlobalCustomclass to fill out the customization details for all unmarshalled components, including extension components from other packages.- Author:
- Dennis M. Sosnoski
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(IClassLocator loc)Apply customizations to default values.
-
-
-
Method Detail
-
apply
void apply(IClassLocator loc)
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
-
-