org.jibx.binding.model
Class BindingUtils

java.lang.Object
  extended by org.jibx.binding.model.BindingUtils

public class BindingUtils
extends java.lang.Object

Utility methods to support working with binding definitions.

Author:
Dennis M. Sosnoski

Constructor Summary
BindingUtils()
           
 
Method Summary
static void getDefinitions(BindingElement binding, java.util.Map types, java.util.Map elems, java.util.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
 

Constructor Detail

BindingUtils

public BindingUtils()
Method Detail

getDefinitions

public static void getDefinitions(BindingElement binding,
                                  java.util.Map types,
                                  java.util.Map elems,
                                  java.util.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 definition
types - map from qualified name to mapping element for global complex type-equivalent
elems - map from qualified name to mapping element for global element
formats - map from qualified name to format definition for global simple type-equivalent


Project Web Site