public class XmlOutputFactoryFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean
XMLOutputFactory
.
The main motivation for this was there doesn't seem to be a means to invoke XMLOutputFactory.setProperty(String, Object)
declaratively.Constructor and Description |
---|
XmlOutputFactoryFactoryBean(boolean fragmentOutput) |
Modifier and Type | Method and Description |
---|---|
Object |
getObject() |
Class |
getObjectType() |
boolean |
isSingleton() |
public XmlOutputFactoryFactoryBean(boolean fragmentOutput)
public Object getObject()
getObject
in interface org.springframework.beans.factory.FactoryBean
public Class getObjectType()
getObjectType
in interface org.springframework.beans.factory.FactoryBean
public boolean isSingleton()
isSingleton
in interface org.springframework.beans.factory.FactoryBean
Copyright © 2003–2016 Atlassian. All rights reserved.