public class BindingFactoryImpl extends Object implements BindingFactory
| Constructor and Description |
|---|
BindingFactoryImpl(BindingLoader loader) |
| Modifier and Type | Method and Description |
|---|---|
Binding |
createBinding(QName name)
Creates the binding from a qualified name.
|
void |
setContext(MutablePicoContainer context) |
public BindingFactoryImpl(BindingLoader loader)
public Binding createBinding(QName name)
BindingFactoryExample usage.
//Load the binding for xs int QName name = new QName( "http://www.w3.org/2001/XMLSchema", "int" ); Binding binding = bindingFactory.createBinding( name );
createBinding in interface BindingFactoryname - The qualified name of a schema type, element, or attribute.name, or null.public void setContext(MutablePicoContainer context)
Copyright © 1996–2019 Geotools. All rights reserved.