Package org.jibx.custom.classes
Interface IApply
-
- All Known Implementing Classes:
ClassCustom
,PackageCustom
,WsdlCustom
public interface IApply
Apply customizations interface. This is used by theGlobalCustom
class 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 void
apply(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
-
-