|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BindingFactory
Creates the binding for a qualified name.
An instance of this factory is placed in the context and available to bindings via constructor injection.
Method Summary | |
---|---|
Binding |
createBinding(QName name)
Creates the binding from a qualified name. |
Method Detail |
---|
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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |