public class XMLObjectFactoryBean extends org.springframework.beans.factory.config.AbstractFactoryBean<XMLObject>
XMLObject instances.| Constructor and Description |
|---|
XMLObjectFactoryBean(org.springframework.core.io.Resource resource)
Constructor assigning the resource to unmarshall the XMLObject from.
|
| Modifier and Type | Method and Description |
|---|---|
protected XMLObject |
createInstance() |
Class<?> |
getObjectType() |
public XMLObjectFactoryBean(org.springframework.core.io.Resource resource)
resource - the resourcepublic Class<?> getObjectType()
Copyright © 2018 Litsec AB. All rights reserved.