|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.oxm.xmlbeans.XmlOptionsFactoryBean
public class XmlOptionsFactoryBean
Factory bean that configures an XMLBeans XmlOptions
object and provides it as a bean reference.
XmlBeansMarshaller
.
XmlOptions
,
setOptions(java.util.Map)
,
XmlBeansMarshaller.setXmlOptions(org.apache.xmlbeans.XmlOptions)
Constructor Summary | |
---|---|
XmlOptionsFactoryBean()
|
Method Summary | |
---|---|
void |
afterPropertiesSet()
|
Object |
getObject()
Returns the singleton XmlOptions . |
Class |
getObjectType()
Returns the class of XmlOptions . |
boolean |
isSingleton()
Returns true . |
void |
setOptions(Map options)
Sets options on the underlying XmlOptions object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmlOptionsFactoryBean()
Method Detail |
---|
public Object getObject() throws Exception
XmlOptions
.
getObject
in interface FactoryBean
Exception
public Class getObjectType()
XmlOptions
.
getObjectType
in interface FactoryBean
public boolean isSingleton()
true
.
isSingleton
in interface FactoryBean
public void setOptions(Map options)
XmlOptions
object. The keys of the supplied map should be one of the
string constants defined in XmlOptions
, the values vary per option.
XmlOptions.put(Object,Object)
,
XmlOptions.SAVE_PRETTY_PRINT
,
XmlOptions.LOAD_STRIP_COMMENTS
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface InitializingBean
Exception
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |