Uses of Interface
org.jibx.runtime.IMarshallingContext

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

Uses of IMarshallingContext in org.jibx.runtime
 

Methods in org.jibx.runtime that return IMarshallingContext
 IMarshallingContext IBindingFactory.createMarshallingContext()
          Create marshalling context instance.
 

Methods in org.jibx.runtime with parameters of type IMarshallingContext
 void IAbstractMarshaller.baseMarshal(Object obj, IMarshallingContext ctx)
          Marshal instance of class with mapping extending this abstract mapping.
 void IMarshallable.marshal(IMarshallingContext ctx)
          Marshal self.
 void IMarshaller.marshal(Object obj, IMarshallingContext ctx)
          Marshal instance of handled class.
static String QName.serialize(QName qname, IMarshallingContext ictx)
          JiBX serializer method.
static String QName.serializeList(QName[] qnames, IMarshallingContext ictx)
          JiBX serializer method.
 

Uses of IMarshallingContext in org.jibx.runtime.impl
 

Classes in org.jibx.runtime.impl that implement IMarshallingContext
 class MarshallingContext
          JiBX serializer supplying convenience methods for marshalling.
 

Methods in org.jibx.runtime.impl that return IMarshallingContext
 IMarshallingContext BindingFactoryBase.createMarshallingContext()
          Create a new marshalling context.
 



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