org.jibx.binding.model
Class BindingUtils
java.lang.Object
org.jibx.binding.model.BindingUtils
public class BindingUtils
- extends Object
Utility methods to support working with binding definitions.
- Author:
- Dennis M. Sosnoski
|
Method Summary |
static void |
getDefinitions(BindingElement binding,
Map types,
Map elems,
Map formats)
Find all mapping definitions representing the equivalent of schema type and element definitions. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindingUtils
public BindingUtils()
getDefinitions
public static void getDefinitions(BindingElement binding,
Map types,
Map elems,
Map formats)
- Find all mapping definitions representing the equivalent of schema type and element definitions. The passed-in
maps should initially be empty, and will be populated on return.
- Parameters:
binding - root binding definitiontypes - map from qualified name to mapping element for global complex type-equivalentelems - map from qualified name to mapping element for global elementformats - map from qualified name to format definition for global simple type-equivalent
Copyright © 2005-2011 jibx.org. All Rights Reserved.