org.jboss.xb.binding.sunday.unmarshalling
Interface SchemaBindingInitializer


public interface SchemaBindingInitializer

An implementation of this interface is given an instance of SchemaBinding that is returned from XsdBinder.bind() method during schema binding resolution in SchemaBindingResolver.resolve(). In the init(SchemaBinding schema) method an implementation of this interface can correct/adjust bindings programmatically if pure XSD with annotations binding approach was not sufficient.

Version:
$Revision: 1.1 $
Author:
Alexey Loubyansky

Method Summary
 SchemaBinding init(SchemaBinding schema)
          Adjust schema binding programatically if needed.
 

Method Detail

init

SchemaBinding init(SchemaBinding schema)
Adjust schema binding programatically if needed.

Parameters:
schema - just resolved schema binding returned from XsdBinder
Returns:
SchemaBinding instance with complete binding metadata


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.