public interface XmlAgent
Modifier and Type | Method and Description |
---|---|
String |
retriveContent(String accessUrl)
Retrive content.
|
Object |
unmarshallXml(org.springframework.oxm.Unmarshaller unmarshaller,
String accessUrl)
Unmarshall xml.
|
Object |
unmarshallXml(org.springframework.oxm.Unmarshaller unmarshaller,
String accessUrl,
String nameSpace,
String replace,
String with)
Unmarshall xml.
|
Object unmarshallXml(org.springframework.oxm.Unmarshaller unmarshaller, String accessUrl) throws Exception
unmarshaller
- the unmarshalleraccessUrl
- the access urlException
- the exceptionObject unmarshallXml(org.springframework.oxm.Unmarshaller unmarshaller, String accessUrl, String nameSpace, String replace, String with) throws Exception
unmarshaller
- the unmarshalleraccessUrl
- the access urlnameSpace
- the name spacereplace
- the replacewith
- the withException
- the exceptionCopyright © 2010–2017 www.hack23.com. All rights reserved.