public interface BindingFactory
An instance of this factory is placed in the context and available to bindings via constructor injection.
Modifier and Type | Method and Description |
---|---|
Binding |
createBinding(QName name)
Creates the binding from a qualified name.
|
Binding createBinding(QName name)
Example usage.
//Load the binding for xs int QName name = new QName( "http://www.w3.org/2001/XMLSchema", "int" ); Binding binding = bindingFactory.createBinding( name );
name
- The qualified name of a schema type, element, or attribute.name
, or null
.Copyright © 1996–2019 Geotools. All rights reserved.