Java org.springframework.oxm.jibx JibxMarshaller fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.oxm.jibx JibxMarshaller fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.oxm.jibx JibxMarshaller.

The text is from its open source code.

Constructor

Method

voidafterPropertiesSet()
voidsetEncoding(String encoding)
Set the document encoding using for marshalling.
voidsetStandalone(Boolean standalone)
Set the document standalone flag for marshalling.
voidsetTargetClass(Class targetClass)
Set the target class for this instance.
voidsetTargetPackage(String targetPackage)
Set the target package for this instance.
booleansupports(Class clazz)