Uses of Interface
org.jibx.runtime.IMarshallingContext
-
Packages that use IMarshallingContext Package Description org.jibx.runtime org.jibx.runtime.impl -
-
Uses of IMarshallingContext in org.jibx.runtime
Methods in org.jibx.runtime that return IMarshallingContext Modifier and Type Method Description IMarshallingContextIBindingFactory. createMarshallingContext()Create marshalling context instance.Methods in org.jibx.runtime with parameters of type IMarshallingContext Modifier and Type Method Description voidIAbstractMarshaller. baseMarshal(Object obj, IMarshallingContext ctx)Marshal instance of class with mapping extending this abstract mapping.voidIMarshallable. marshal(IMarshallingContext ctx)Marshal self.voidIMarshaller. marshal(Object obj, IMarshallingContext ctx)Marshal instance of handled class.static StringQName. serialize(QName qname, IMarshallingContext ictx)JiBX serializer method.static StringQName. 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 Modifier and Type Class Description classMarshallingContextJiBX serializer supplying convenience methods for marshalling.Methods in org.jibx.runtime.impl that return IMarshallingContext Modifier and Type Method Description IMarshallingContextBindingFactoryBase. createMarshallingContext()Create a new marshalling context.
-