Uses of Class
org.jibx.binding.classes.BindingMethod

Packages that use BindingMethod
org.jibx.binding.classes   
 

Uses of BindingMethod in org.jibx.binding.classes
 

Subclasses of BindingMethod in org.jibx.binding.classes
 class ContextMethodBuilder
          Builder for binding methods with a context and, optionally, a current object.
 class ExceptionMethodBuilder
          Builder for simple methods that may just pass checked exceptions on to caller.
 class ExistingMethod
          Information for an existing binding method.
 class MarshalBuilder
          Marshalling method builder.
 class MarshalUnmarshalBuilder
          Builder for marshal and unmarshal methods.
 class MethodBuilder
          Method builder.
 class UnmarshalBuilder
          Unmarshalling method builder.
 

Methods in org.jibx.binding.classes that return BindingMethod
 BindingMethod BoundClass.getUniqueMethod(MethodBuilder builder)
          Get unique method.
 BindingMethod BoundClass.getUniqueNamed(MethodBuilder builder)
          Get unique method.
 



Copyright © 2005-2011 jibx.org. All Rights Reserved.