Uses of Interface
org.jibx.runtime.IUnmarshaller

Packages that use IUnmarshaller
org.jibx.runtime   
org.jibx.runtime.impl   
 

Uses of IUnmarshaller in org.jibx.runtime
 

Methods in org.jibx.runtime that return IUnmarshaller
 IUnmarshaller IUnmarshallingContext.getUnmarshaller(String mapname)
          Find the unmarshaller for a particular class in the current context.
 

Uses of IUnmarshaller in org.jibx.runtime.impl
 

Fields in org.jibx.runtime.impl declared as IUnmarshaller
protected  IUnmarshaller[] UnmarshallingContext.m_unmarshallers
          Unmarshallers for classes in mapping definition (lazy create of actual unmarshaller instances)
 

Methods in org.jibx.runtime.impl that return IUnmarshaller
 IUnmarshaller UnmarshallingContext.getUnmarshaller(String mapname)
          Find the unmarshaller for a particular class in the current context.
 IUnmarshaller UnmarshallingContext.getUnmarshaller(String ns, String name)
          Find the unmarshaller for a particular element name (including namespace) in the current context.
 



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